Payment methods
Retrieve available payment methods (origins and destinations) for transactions, including bank accounts, cards, and cryptocurrencies.
Last updated
Retrieve available payment methods (origins and destinations) for transactions, including bank accounts, cards, and cryptocurrencies.
Last updated
The payment methods enable users to retrieve available options for adding payment origins and destinations to their transactions. These methods provide details about the available payment options such as bank accounts, credit cards, cryptocurrencies, and other payment sources or destinations. This ensures that users have access to all the necessary details to complete or initiate a payment attempt.
GET
Retrieves available options for payment origins.
GET
Retrieves available options for payment destinations.
This API is secured using API key and Bearer token authentication.
API Key: Include the x-api-key
in the header.
Bearer Token: Authenticate with a JWT bearer token.
Payment
Defines the structure of a payment method, including types like WIRE
, CARD
, CRYPTO
and CASH
.