List payment methods

Lists all payment methods associated with the authenticated entity. The request must include a valid API key with appropriate permissions. This endpoint is useful for managing multiple payment methods.

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

Optional filter to retrieve payment methods for a specific merchant. Useful for filtering payment methods when managing multiple merchants

string

Optional filter to retrieve payment methods with a specific ID. Useful for filtering payment methods when managing multiple payment methods

string

Optional filter to retrieve payment methods with a specific name. Useful for filtering payment methods when managing multiple payment methods

double

Optional filter to retrieve payment methods for a specific network. Useful for filtering payment methods when managing multiple networks

string

Optional filter to retrieve payment methods for a specific wallet address. Useful for filtering payment methods when managing multiple wallets

string

Optional filter to retrieve payment methods for a specific token address. Useful for filtering payment methods when managing multiple tokens

string

Optional filter to retrieve payment methods for a specific token symbol. Useful for filtering payment methods when managing multiple tokens

boolean

Optional filter to retrieve payment methods that are the default payment method for a merchant. Useful for filtering payment methods when managing multiple merchants

double

Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.

double

Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.

string

Optional sorting parameter to specify the field to sort the results by. Valid options are "paymentMethodId", "paymentMethodName", "networkId", "walletAddress" and "dateCreated". Default is "dateCreated".

string

Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".

Responses

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