Buyers - Payment methods
List payment methods for a buyer
List all the stored payment methods for a specific buyer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Query Parameters
The ID of the buyer to query payment methods for.
Examples:
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The external identifier of the buyer to query payment methods for.
Examples:
"buyer-12345"
The field to sort the payment methods by.
Allowed value:
"last_used_at"
Examples:
"last_used_at"
The direction to sort the payment methods in.
Available options:
asc
, desc
Examples:
"desc"
The country code to filter payment methods by. This only applies to payment methods with a country
value.
Examples:
"US"
The currency code to filter payment methods by. This only applies to payment methods with a currency
value.
Examples:
"USD"
Response
200
application/json
Successful Response
The response is of type object
.