- Manage Webhook Subscriptions
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens
On This Page
List Payment Instruments for a Customer
This section describes how to retrieve a customer's payment instruments.
Endpoint
Test:
GET
https://nabgateway-api-test.nab.com.au
/tms/v2/customers/{customerTokenId}
/payment-instrumentsProduction:
GET
https://nabgateway-api.nab.com.au
/tms/v2/customers/{customerTokenId}
/payment-instrumentsThe is the customer token ID returned in the
{customerTokenId}
id
field when you created the customer token. For more information, see Create a Customer and Create a Customer Payment Instrument.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.