Query Parameters
Optional filter to retrieve payment types for a specific blockchain network. Useful for filtering payment types when managing multiple networks
Optional filter to retrieve payment types for a specific token ID. Useful for filtering payment types when managing multiple tokens
Optional filter to retrieve payment types for a specific token symbol (e.g. USDC, DAI). Useful for filtering payment types when managing multiple tokens
Optional filter to retrieve payment types for a specific token address. Useful for verifying payment type configurations for a specific token contract
Optional filter to retrieve payment types configured for a specific merchant. Useful for filtering payment types when managing multiple merchants
Optional filter to retrieve payment types configured as default. Useful for verifying which tokens will be used as defaults for checkout sessions
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 "merchantId", "tokenId", "tokenSymbol", "networkId", 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".