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.
Note: If the pre authorization balance or authorization returns -1 for any payment method, this indicates the balance or authorization could not be retrieved. Try requesting again later.
Required API permissions: GetPaymentMethods
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional filter to retrieve payment methods for a specific merchant. Useful for filtering payment methods when managing multiple merchants
Optional filter to retrieve payment methods for a specific customer. Useful for filtering payment methods when managing multiple customers
Optional filter to retrieve payment methods with a specific ID. Useful for filtering payment methods when managing multiple payment methods
Optional filter to retrieve payment methods with a specific name. Useful for filtering payment methods when managing multiple payment methods
Optional filter to retrieve payment methods based on their active status. Useful for filtering payment methods when managing multiple payment methods
Optional filter to retrieve payment methods for a specific network. Useful for filtering payment methods when managing multiple networks
Optional filter to retrieve payment methods for a specific wallet address. Useful for filtering payment methods when managing multiple wallets
Optional filter to retrieve payment methods for a specific token address. Useful for filtering payment methods when managing multiple tokens
Optional filter to retrieve payment methods for a specific token symbol. Useful for filtering payment methods when managing multiple tokens
Optional filter to retrieve payment methods that are the default payment method for a merchant. Useful for filtering payment methods when managing multiple merchants
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "paymentMethodId", "paymentMethodName", "networkId", "walletAddress" and "dateCreated". Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".