Payment methods

Manages adding and removing payment methods (origins and destinations) to/from payment attempts.

Overview

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.

Endpoints

Method
Endpoint
Description

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.

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

Model
Description

Represents the details of the transaction, including amounts, type, and status.

Represents the methods (origins/destinations) added to the payment attempt.

Last updated