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.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Filters the results to only the items for which the buyer
has an
external_identifier
that matches this value.
"user-12345"
Filters the results to only the items which support this country code. A country is formatted as 2-letter ISO country code.
"US"
Filters the results to only the items which support this currency code. A currency is formatted as 3-letter ISO currency code.
"MXN"
Response
A list of stored payment methods in summarized format.
A list of stored payment methods in summarized format.
A mini format version of a payment method.
Was this page helpful?