On This Page
Create an Instrument Identifier and Provision a Network Token Using a Transient
Token
This section describes how to create an instrument identifier and provision a network
token using a transient token.
For information about managing instrument identifier tokens, see Manage Instrument Identifier Tokens.
Endpoint
Test:
POST
https://apitest.cybersource.com
/tms/v2/tokenizeProduction:
POST
https://api.cybersource.com
/tms/v2/tokenizeProduction in India:
POST
https://api.in.cybersource.com
/tms/v2/tokenizeProduction in Saudi
Arabia:
POST
https://api.sa.cybersource.com
/tms/v2/tokenizeTest in Saudi Arabia:
POST
https://apitest.sa.cybersource.com
/tms/v2/tokenizeRequired Fields for Creating an Instrument Identifier and Provisioning a Network
Token Using a Transient Token
- Set toTOKEN_CREATE.
- Required when you are creating an instrument identifier token.
- Set toenrollable cardto provision a network token for the instrument identifier.
- Required when you are creating a payment instrument.
Related Information
REST Example: Creating an Instrument Identifier and
Provisioning a Network Token Using a Transient Token
Request
{ "processingInformation": { "actionList": [ "TOKEN_CREATE" ], "actionTokenTypes": [ "instrumentIdentifier" ] }, "tokenInformation": { "type": "enrollable card", "transientTokenJwt": "{transientTokenJwtValue}"
Response to a Successful Request
{ "responses": [ { "resource": "instrumentIdentifier", "id": "7030140000043426478", "httpStatus": 200 }, { "resource": "tokenizedCard", "id": "386571D8C0640287E063AF598E0A15AA", "httpStatus": 200 } ] }