List Customer Billing Addresses

Returns all unique billing addresses that have been used by a customer across their payments. Addresses are deduplicated using case-insensitive and whitespace-insensitive comparison.

Path Params
string
required

The merchant ID

string
required

The customer ID, UUID, or email address

Query Params
string
required

Filter addresses by various attributes.

Partial match: street, city, postcodeZip, company

Exact match: stateProvince, country

Examples:

  • ?filter[city]=New York
  • ?filter[stateProvince]=NY
  • ?filter[street]=Main
string
required

Sort by: street, city, stateProvince, country, postcodeZip. Use - prefix for descending.

Headers
string
Response

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json