Request Conversion
Authentication
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
Path parameters
Query parameters
Request
ID of Quote to be used as the basis for the Conversion. This must be a valid quote ID from a previously created quote (see Create Quote).
Important:
- The quote must be active and not expired
- You can only request one conversion from a quote
- Once a quote is used for a conversion, it cannot be used again
Response
Ok. The forex conversion request was successful. Note: If you don’t send funds within 24 hours, your transfer may be delayed, and you may incur additional charges as per our terms and conditions.
ID of this currency exchange for future reference. Use this ID to check the status of the conversion or retrieve conversion details via the Get a Conversion endpoint.
Unique client reference to identify this conversion in future. The format will be {customerId}-{sequenceNumber}.
This instruction number can be used to track and reference the conversion in your system.
ISO Code for the currency being sold. This is the source currency you are exchanging from.
Format: 3-letter ISO 4217 currency code (e.g., GBP, USD, EUR)
ISO Code for the currency being bought. This is the destination currency you are exchanging to.
Format: 3-letter ISO 4217 currency code (e.g., GBP, USD, EUR)
Amount of the currency being sold. This represents the source currency amount that will be exchanged.
Format: Decimal number with up to 2 decimal places Precision: Maximum 2 decimal places
Amount of the currency being bought. This represents the destination currency amount you will receive.
Format: Decimal number with up to 2 decimal places Precision: Maximum 2 decimal places
Exchange rate agreed upon for this conversion. This rate determines how much of the buying currency will be received for each unit of the selling currency.
Calculation: buying_amount = selling_amount × agreed_rate
Note: This rate is locked in at the time of booking and will be used for the conversion execution.
Timestamp of this request/deal. This is the date and time when the conversion was booked and the exchange rate was locked in.
Format: ISO 8601 date-time format (YYYY-MM-DDTHH:MM:SSZ)
This is the estimated date for the delivery of the funds into your wallet or (if making an outbound Payment) the Recipient’s Bank Account. It is dependent upon a few conditions, such as:
- The time of day of the request
- Whether there is sufficient cleared funds in your account
- The currency
- The payment processing route to the bank account
Format: ISO 8601 date format (YYYY-MM-DD)