List payment methods for a buyer
List all the stored payment methods for a specific buyer.
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.wizlopay.com/llms.txt
Use this file to discover all available pages before exploring further.
payment-methods.read or embed scope.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.
^[A-Z]{2}$"US"
The currency code to filter payment methods by. This only applies to payment methods with a currency value.
^[A-Z]{3}$"USD"
Response
Successful Response
A list of items returned for this request.