DIRECT workflow.
For DIRECT integrations, this endpoint allows PCI-compliant merchants to tokenize card data directly while maintaining security throughout the process — without the need to use Yuno’s SDK. Unlike the regular workflow, which involves creating a checkout_session and using the SDK to generate a one-time-use token, the DIRECT flow offers an alternative approach for those who prefer to manage the entire process directly from their backend.
Use the returned token to create a payment with workflow DIRECT by setting payment_method.type = "CARD" and payment_method.token to the token.