Update FX Transaction
Use this API to confirm and execute a transaction intent that was created for an FX Transaction (the POST Create FX Transaction endpoint).
This API will respond with a transaction_id. Use this transaction_id to query the FX Transaction via the GET Transaction API.
Example response from GET Transaction API
This is an example of a completed FX Transaction. If you query the FX Transaction immediately after invoking the PUT API, you may receive a response reflecting an intermediate state (e.g., in_progress) before the transaction reaches its final status.
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionaltransaction_idRequiredstringHeader Parameters
idempotency-keyRequiredstringResponse Body
Success response
transaction_idRequiredstringCreate FX Transaction POST
Use this API to create a transaction intent for FX Transactions. This API will respond with a Transaction ID, use this Transaction ID in the GET Transaction endpoint to get the FX quotation (e.g. exchange rate)
Get RFI GET
Retrieve a single RFI. Returns the RFI along with its questions and responses.