Create FX Order
Endpoint: POST /v2/gc/fx/orders
Description: Execute a currency-conversion trade against a locked FX rate token obtained from the FX Inquiry API.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"requestId": "d4e5f6a7-4444-5555-6666-ddeeff001122",
"token": "FX-TOKEN-9e1f2a3b-cc44-5d6e-bf7a-8899aabbcc00",
"notifyUrl": "https://merchant.example.com/webhooks/fx-order"
}Response
Response Field Descriptions
Field Name
Type
Description
data object fields:
data object fields:Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?