List payment methods for a buyer
List all the stored payment methods for a specific buyer.
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.
"default"
Query Parameters
The ID of the buyer to query payment methods for.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The external identifier of the buyer to query payment methods for.
"buyer-12345"
The field to sort the payment methods by.
"last_used_at"
"last_used_at"
The direction to sort the payment methods in.
asc
, desc
"desc"
The country code to filter payment methods by. This only applies to payment methods with a country
value.
"US"
The currency code to filter payment methods by. This only applies to payment methods with a currency
value.
"USD"
Response
Successful Response
The response is of type object
.