Payout Inquiry
Endpoint: POST /v2/gc/payout-requests/inquiry
Description: Lock an FX rate and fees for an upcoming cross-currency payout, returning a short-lived quote token to be used when creating the payout request.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"requestId": "a1b2c3d4-1111-2222-3333-aabbccddeeff",
"originCurrency": "USD",
"targetCurrency": "CNH",
"tradeSide": "CUSTOMER_SELL",
"amount": 5000.00,
"payeeRequestId": "SUP-20240801-00098765",
"pobo": "N",
"feeBear": "SHA"
}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?