FILTER BY TAG

Manage Network Tokens

This section contains information about how to manage network tokens using
TMS
.
You can manage network tokens using the Instrument Identifiers, Tokenized Cards, and Payment Credentials APIs.

Tokenized Cards API

The Tokenized Cards API enables you to create, retrieve, and manage network tokens:
The Tokenized Cards API also supports these value-added capabilities for network tokenization:
For information about network tokenization, see Network Tokenization Overview.
To retrieve payment credentials, including a cryptogram for a network token, see Generate Payment Credentials.
Use this endpoint to access the Tokenized Cards API:
POST
https://api.smartpayfuse-test.barclaycard
/tms/v2/tokenized-cards

Payment Credentials API

The Payment Credentials API enables you to generate and retrieve network token payment credentials such as:
  • Network token value
  • Cryptogram (Visa and Mastercard only)
  • Dynamic card verification value (CVV) (American Express only)
Use this endpoint to access the Payment Credentials API:
POST
https://api.smartpayfuse-test.barclaycard
/tms/v2/tokens/
{tokenId}/
payment-credentials

You can also provision a network token while creating an instrument identifier token or when you process a payment:
  • POST
    https://api.smartpayfuse-test.barclaycard
    /tms/v1/instrumentidentifiers
  • POST
    https://api.smartpayfuse-test.barclaycard
    /pts/v2/payments
For information about provisioning a network token when you create an instrument identifier, see
Create Instrument Identifier Using Card and Create Network Token
in the
Barclays
Developer Center API Reference
.
For information about provisioning a network token when you process a payment, see
Authorization with a Customer Token
in the
Barclays
Developer Center API Reference
.