Menu

Retrieve a Network Token for Payment Credentials

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

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/payment-credentials
Production:
GET
https://api.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/payment-credentials
Production in India:
GET
https://api.in.cybersource.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/payment-credentials
instrumentIdentifierTokenId
is the instrument identifier token
id
returned when you created the instrument identifier token. See Create an Instrument Identifier.
Back to top