- Manage Webhook Subscriptions
- Network Tokens
- Instrument Identifier Tokens
- Payment Instrument Tokens
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instruments
- Manage Customer Payment Instruments
On This Page
Find Payment Instruments by Card Number
This section describes how to find payment instruments by card number.
Endpoint
Test:
GET
https://apitest.visaacceptance.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/paymentinstruments?offset=0&limit=20Production:
GET
https://api.visaacceptance.com
/tms/v1/instrumentidentifiers/{instrumentIdentifierTokenId}/paymentinstruments?offset=0&limit=20instrumentIdentifierTokenId
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.Use these query string parameters to filter the list of payment instrument tokens:
- offset— Page offset number.
- limit— Maximum number of items you would like returned.