REST API | Visa Platform Connect

Manage Customer Payment Instrument Tokens

This section contains information on managing customer payment instrument tokens.
Customer payment instruments are payment instruments that are linked to a specific customer token. The following payment instruments are supported:
  • Payment card
  • Tokenized card (Apple Pay and Android Pay)
  • ACH bank account
You can create, retrieve, update, or delete a payment instrument by submitting an HTTP
POST
,
GET
,
PATCH
, or
DELETE
operation to the
tms/v2/customers/{customerTokenId}/payment-instruments
endpoint. Use the
TMS
REST API payment instrument endpoint to:
For more information on customer tokens and payment instrument tokens, see Customer Tokens and Payment Instrument Tokens, respectively.