GET
/
buyers
/
payment-methods

This endpoint requires the payment-methods.read or embed scope.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

buyer_id
string

Filters the results to only the items for which the buyer has an id that matches this value.

buyer_external_identifier
string

Filters the results to only the items for which the buyer has an external_identifier that matches this value.

country
string

Filters the results to only the items which support this country code. A country is formatted as 2-letter ISO country code.

currency
string

Filters the results to only the items which support this currency code. A currency is formatted as 3-letter ISO currency code.

sort_by
enum<string>

Used by the payment method filter to sort the results by an specific usage field.

Available options:
last_used_at,
usage_count,
cit_last_used_at,
cit_usage_count
order_by
enum<string>
default: desc

Used to show the results ascending or descending order.

Available options:
asc,
desc

Response

200 - application/json

A list of stored payment methods in summarized format.

items
object[]

A list of stored payment methods in summarized format.