v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

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. Available only to PCI-certified merchants with the product enabled.

post/network-tokens/cryptograms

Request body

vaulted_tokenstring uuid required

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.

countrystring required

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.

Response

Cryptogram generated.

vaulted_tokenstring

Echo of the request's vaulted token.

cryptogramstring

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.

{"stackTrail":"paths:/network-tokens/cryptograms:post:responses:201:content:application/json:schema:properties:eci","oasType":"schema","type":"unknown","description":"Electronic Commerce Indicator. May be `null` for some Mastercard DSRP formats."}
created_atstring date-time

Issuance timestamp (UTC).