Payment methods
Retrieve available payment methods (origins and destinations) for transactions, including bank accounts, cards, and cryptocurrencies.
Overview
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.
Endpoints
Security
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.
Models
For more detailed information about the models and related fields, please refer to the model page
Payment
Defines the structure of a payment method, including types like WIRE
, CARD
, CRYPTO
and CASH
.
Last updated