- Manage Webhook Subscriptions
- Network Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
Delete a Customer Payment Instrument
Visa Platform ConnectREST API
This section describes how to delete a customer payment instrument token.
Endpoint
Test:
DELETE
https://apitest.visaacceptance.com
/tms/v2/customers/{customerTokenId}
/payment-instruments/{paymentInstrumentTokenId}
Production:
DELETE
https://api.visaacceptance.com
/tms/v2/customers/{customerTokenId}
/payment-instruments/{paymentInstrumentTokenId}
The is the customer token ID returned in
the is the payment instrument
token ID you want to retrieve. For more information, see Create a Customer and Create a Customer Payment Instrument.
{customerTokenId}
id
field when you created the customer token. The
{paymentInstrumentTokenId}
IMPORTANT
If you have more than one payment Instrument, then the default
payment Instrument cannot be deleted without first selecting a new default payment
instrument.