Get FX quote response
Last updated
Was this helpful?
Last updated
Was this helpful?
After initialising an FX quote request, we need to get the response ID for the request.
We will get the FX quote response ID for a request we created with sample data.
The first path parameter is the technical ID of the account to which the payment is being made.
The second path parameter is the FX quote request ID that we got from initialising the request.
To get the FX response ID, use the following endpoint:
https://payment-api.sandbox.tuumplatform.com/api/v1/accounts/ID-1026/fx-quotes/ID-1263
Learn more about the endpoint details from the developer portal.
Below you will find the response to the sample request:
We get the FX quote response ID along with other details. Next, we will confirm the quote which creates the FX order. To confirm the request, the status code must be READY.