Initialise FX quote request
Last updated
Was this helpful?
Last updated
Was this helpful?
Initialising an FX quote request refers to creating a request with the amount for the currency pair that you want to use.
Here we will initialise an FX quote request with sample data.
The path parameter is the technical ID of the account to which the payment is being made.
Currency details
Amount details
Tenor refers to the contract durations for trades.
The allowed value is TODAY. This means that the currency exchange rate on the day that the order is executed is applied.
To initialise the FX quote request, use the following endpoint:
https://payment-api.sandbox.tuumplatform.com/api/v1/accounts/ID-1026/fx-quotes/initialise
The sample request body is as follows:
Below you will find the response to the sample request:
The quote request is created with a quote request ID and status code. The next step is to get the response ID for the quote request.