List payment methods for buyer
Returns a list of stored payment methods for a buyer in a summarized format. Only payment methods that are compatible with at least one active payment service in that region are shown.
This endpoint requires the payment-methods.read
or embed
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filters the results to only the items for which the buyer
has an
id
that matches this value.
Filters the results to only the items for which the buyer
has an
external_identifier
that matches this value.
Filters the results to only the items which support this country code. A country is formatted as 2-letter ISO country code.
Filters the results to only the items which support this currency code. A currency is formatted as 3-letter ISO currency code.
Used by the payment method filter to sort the results by an specific usage field.
last_used_at
, usage_count
, cit_last_used_at
, cit_usage_count
Used to show the results ascending or descending order.
asc
, desc
Response
A list of stored payment methods in summarized format.
A list of stored payment methods in summarized format.
Was this page helpful?