REST API | Visa Platform Connect

Retrieve a Network Token for Payment Credentials

This section shows you how to retrieve a network token for payment credentials.

Endpoint

Test:
POST
https://apitest.cybersource.com
/tms/v2/tokens/
{tokenId}/
payment-credentials
Production:
POST
https://api.cybersource.com
/tms/v2/tokens/
{tokenId}
/payment-credentials
Production in India:
POST
https://api.in.cybersource.com
/tms/v2/tokens/
{tokenId}
/payment-credentials
The
{tokenId}
is the token ID returned in the
id
field when you created the customer, payment instrument or instrument identifier token. For more information, see Create an Instrument Identifier for more information.