- Manage Webhook Subscriptions
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
REST Example: Provisioning a Network Token for an Existing
Instrument Identifier
Light
Dark
Request
123456{"type": "enrollable card", "card": { "expirationMonth": "12", "expirationYear": "2031", "securityCode": "089" }}
Response to a Successful Request
123456789101112131415161718192021{"_links": { "self": { "href": "https://apitest.visaacceptance.comhttps://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7010000000016241111" }, "paymentInstruments": { "href": "https://apitest.visaacceptance.comhttps://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7010000000016241111/paymentinstruments" } }, "id": "7010000000016241111", "object": "instrumentIdentifier", "state": "ACTIVE", "tokenizedCard": { "state": "ACTIVE", "type": "visa" }, "card": { "number": "411111XXXXXX1111" }, "metadata": { "creator": "testrest" }}