List Payment Methods

Returns a list of PaymentMethods that were previously created.

Path Params
uuid
required

The Company ID.

Query Params
string
enum

Filter by archival status. When omitted, no archival status filter is applied. NOTE: Filters for system and team_member-archived PaymentMethods can only return invalid PaymentMethods. Therefore, unless you also pass is_valid=false, its default, is_valid=true, will ensure you receive no returned PaymentMethods.

ValueDescription
not_archivedOnly active (non-archived) accounts.
systemOnly system-archived accounts (cannot be unarchived).
team_memberOnly accounts archived by a TeamMember (can be unarchived).
Allowed:
string
enum
Defaults to true

Filter by whether the PaymentMethod can be used for payments. Pass all to return all PaymentMethods regardless of validity.

ValueDescription
allFetch all PaymentMethods regardless of validity.
falseFetch only invalid PaymentMethods.
trueFetch only valid PaymentMethods.
Allowed:
integer
≥ 1
Defaults to 1

Retrieve a specific page of a List.

integer
1 to 100
Defaults to 10

Set the number of results per page of a List.

string
enum

Filter by verification status.

ValueDescription
failedVerification failed.
not_verifiedAccounts not yet verified or not requiring verification.
pendingVerification in progress (micro-deposits pending).
verifiedSuccessfully verified accounts.
Allowed:
Response

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