Create Bulk FX Conversion

Use the Bulk Currency Exchange API to efficiently convert funds between your own multi-currency accounts within the same country. This is ideal for businesses managing international operations to optimize their internal treasury.

Important

  • account.debited.amount: The amount to be deducted from the source account.
  • account.credited.amount: The amount to be added to the target account. The value of the provided field must be greater than 0.
Body Params
string
required

The country where the payment will be processed.

string
required

A unique identifier generated by your system to track the transaction (alphanumeric and hyphens). We recommend using UUID4 to ensure uniqueness.

string
required

Token provided by the Foreign Exchange service to use an upfront agreed exchange rate

account
object
required

Object containing account details for the transaction.

Headers
string
required

Bearer access token for authentication. This token is obtained from the Get Access Token or Refresh Access Token endpoints.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json