Menu

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
tokenId
is the token ID returned in the
id
field when you created the customer, payment instrument or instrument identifier token. See Create an Instrument Identifier for more information.
Back to top