Get FX quote response
After initialising an FX quote request, we need to get the response ID for the request.
Use case
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.
".../ID-1026/fx-quotes/..."
The second path parameter is the FX quote request ID that we got from initialising the request.
".../ID-1263"
Sample API call
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.
Sample response
Below you will find the response to the sample request:
Result
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.
Last updated
Was this helpful?