Generate Network Token Cryptogram
Generates a fresh, single-use network token cryptogram for a vaulted card so it can be authorized on an external PSP. PCI-certified merchants only.
vaulted_token — the same identifier you use in Create Payment. Yuno resolves the card’s current network token internally and absorbs token rotation, so you always receive a consistent, current (DPAN, cryptogram, ECI) set.
How it works
- Request a cryptogram right before you authorize. Every call generates a fresh, single-use cryptogram from the scheme — there is no idempotency, and duplicate calls simply return new cryptograms (no money moves).
- Submit
network_token.number(DPAN),cryptogram, andecito your PSP as a network-token transaction. - If the authorization is declined and you retry, request a new cryptogram first — a used or stale cryptogram cannot be replayed.
Requirements
To use this endpoint your organization must:- Be a PCI-certified merchant (the response contains the DPAN).
- Have the product enabled for your organization.
- Be onboarded for network tokens for the card’s brand and the requested
country.
vaulted_token must be an enrolled card of your organization that already has an active network token.
Supported networks: Visa and Mastercard.
network_transaction_id and do not require a cryptogram. This endpoint is for customer-initiated transactions that need a fresh cryptogram.Cryptogram lifetime
The cryptogram is single-use — request it immediately before you authorize, and do not cache it.Errors
Errors return acode and a messages array. The exact messages value per code:
vaulted_token that doesn’t exist and one that belongs to another organization both return the same PAYMENT_METHOD_NOT_FOUND — no existence leak.Authorizations
Body
The vaulted token of the card, the same identifier used as payment_method.vaulted_token in Create Payment. The card must be an enrolled card of your organization with an active network token.
"9b2f4b1c-7f3a-4c2e-9b1a-2b3c4d5e6f70"
ISO 3166-1 alpha-2 country code where the token will be used. Resolves the network token onboarding (organization + brand + country), with the same semantics as country in Create Payment.
"US"
Optional. Forwarded to the scheme; recommended, as some scheme flows bind the amount.
Response
Cryptogram generated.
Echo of the request's vaulted token.
The card's current network token. Same shape returned by the PCI network-token retrieval.
A fresh, single-use cryptogram from the scheme, generated on every call. Submit it together with network_token.number (DPAN) and eci to your PSP.
"AgAAAAAABk4DWZ4C28yUQAAAAAA="
Electronic Commerce Indicator. May be null for some Mastercard DSRP formats.
"05"
Issuance timestamp (UTC).