- Manage Webhook Subscriptions
- Network Tokens
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
Retrieve Network Token AFT Payment Credentials
Visa Platform ConnectSimple Order API
This section describes how to retrieve the payment credentials for a Visa Token Service
(VTS) network token that is used for account funding transactions (AFTs). You can
retrieve these payment credentials for a VTS network token:
- VTS network token value
- AFT cryptogram (Visa only)
The VTS network token payment credentials are returned as a JSON Web Encryption (JWE)
response.
IMPORTANT
You must contact your Visa representative to ensure that your
system is enabled to retrieve an AFT cryptogram.
Endpoint
Test:
POST
https://apitest.cybersource.com
/tms/v2/tokens/{tokenId}/
payment-credentialsProduction:
POST
https://api.cybersource.com
/tms/v2/tokens/{tokenId}
/payment-credentialsProduction in India:
POST
https://api.in.cybersource.com
/tms/v2/tokens/{tokenId}
/payment-credentialsThe is the token ID returned in the
{tokenId}
id
field when you create the customer, payment instrument, or
instrument identifier token. For more information, see Create an Instrument Identifier.