Initiate FX order
Last updated
Was this helpful?
Last updated
Was this helpful?
After initialising and getting the response ID for a quote request, we will initiate the FX order. Initiating refers to confirming the FX request which creates an FX order.
We will confirm an FX request that we created.
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.
The third path parameter is the quote response ID.
To confirm the FX request, use the following endpoint:
https://payment-api.sandbox.tuumplatform.com/api/v1/accounts/ID-1026/fx-quotes/ID-1263/confirm/ID-1217
Below you will find the response to the sample request:
We have now confirmed the FX request and created a quote order which is in the status WAITING_FOR_PROCESSING. After the quote order is processed successfully by the service provider (in this case, Banking Circle), the status of the order is CONFIRMED.