FILTER BY TAG

Provision a Network Token for an Existing Instrument Identifier

This section describes how to provision a network token for an existing instrument identifier.

Endpoint

Test:
POST
https://api.smartpayfuse-test.barclaycard
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/enrollment
Production:
POST
https://api.smartpayfuse.barclaycard
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/enrollment
The
instrumentIdentifierTokenId
is the instrument identifier token ID returned in the
id
field when you created the instrument identifier token. For more information, see Create an Instrument Identifier.

Required Fields for Provisioning a Network Token for an Existing Instrument Identifier

card.expirationMonth
card.expirationYear
instrumentIdentifierTokenId
Include the ID of the instrument identifier token you want to retrieve in the URL path.
type

Optional Fields for Provisioning a Network Token for an Existing Instrument Identifier

card.securityCode

REST Example: Provisioning a Network Token for an Existing Instrument Identifier

Request
{ "type": "enrollable card", "card": { "expirationMonth": "12", "expirationYear": "2031", "securityCode": "089" } }
Response to a Successful Request
A successful response to provisioning a network token for an existing instrument identifier will return one of these statuses:
  • 202 Accepted
    : The request was accepted and an asynchronous network token provisioning request was submitted. There is response body when you get this status.
  • 204 No Content
    : The request was accepted and an active network token exists. There is response body when you get this status.