Create One Time Use Token (Direct)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

This endpoint is for PCI compliant merchants only

Create a one-time-use token from the customer's card data as part of the 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.

Body Params
string
required

The unique identifier of the account. You find this information on Yuno's Dashboard (MAX 64; MIN 36).

string

Customer's country (ISO 3166-1 MAX 2; MIN 2).

card_data
object
required
customer_payer
object
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json