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-instruments
Production:
GET
https://nabgateway-api.nab.com.au
/tms/v2/customers/
{customerTokenId}
/payment-instruments
The
{customerTokenId}
is the customer token ID returned in the
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.