Checkout Sessions
Create One Time Use Token (Direct)
Generate a one-time-use token from card data for the DIRECT workflow. Requires PCI compliance.
POST
Creates a one-time-use token from the customer’s card data as part of the
DIRECT workflow. This endpoint is exclusively for PCI-compliant merchants who collect card data on their own servers.
Authentication
Requires bothpublic-api-key and private-secret-key headers.
Request Body
The unique identifier of the account. Found in Yuno’s Dashboard.Constraints: MAX 64; MIN 36
Card details to tokenize.
Customer’s country. ISO 3166-1 alpha-2 code.Example:
USOptional customer information for fraud screening and 3DS.
Stored credential details for recurring or merchant-initiated transactions.
Response Fields
The one-time-use token. Use this in the Create Payment request as
payment_method.token.Tokenized card metadata (no sensitive data).
Related Pages
- Create One Time Use Token (SDK Checkout). Token generation within a checkout session
- Create Payment. Use the token to create a payment
- Stored Credentials. Using stored credentials for recurring payments