Payment methods
Manages adding and removing payment methods (origins and destinations) to/from payment attempts.
Last updated
Manages adding and removing payment methods (origins and destinations) to/from payment attempts.
Last updated
This page manages the operations for adding and removing payment methods to/from payment attempts. Users can add payment methods like bank accounts, cards, or cryptocurrency wallets as payment origins or destinations. Additionally, it provides endpoints for removing these methods if they are no longer needed or were added in error.
POST
Adds payment methods (origins) to a payment attempt.
POST
Adds payment methods (destinations) to a payment attempt.
DELETE
Removes a payment origin from a payment attempt.
DELETE
Removes a payment destination from a payment attempt.
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.
Represents the details of the transaction, including amounts, type, and status.
Represents the methods (origins/destinations) added to the payment attempt.