List payment methods

Lists the payment methods of your organization for the mode (live or test) of the API key used, sorted by most recently created first. Use customer to narrow the list to a single customer, and the cursor parameters (starting_after, ending_before) together with limit to paginate. The Link response header contains the URL of the next page. Each payment method exposes its details under a key named after its type (bank_transfer, card, or pac).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
payment_options
object
string

Unique identifier of the customer that owns the payment methods. If present, the response only includes payment methods that belong to this customer.

string

Pagination cursor. The id of a payment method; the response contains the page of more recent payment methods, the ones listed before the cursor. Cannot be combined with starting_after.

integer
Defaults to 30

Maximum number of payment methods to return per page, up to 300. Defaults to 30.

string

Pagination cursor. The id of a payment method; the response contains the page of older payment methods, the ones listed after the cursor. Cannot be combined with ending_before.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json