List all the stored payment methods for a specific buyer.
payment-methods.read or embed scope.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the merchant account to use for this request.
"example"
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.
"MXN"
Successful Response
A list of items returned for this request.