v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBPayouts
Get a quotation
Retrieves a quotation including the transaction rate, associated fees, and relevant timestamps.
get/open-api/v3/payment/quotations
Query parameters
accountIdstring required
The UUID of the account.
The UUID of the account.
payeeIdstring required
Payee id.
Payee id.
fromCurrency'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR' required
From currency.
From currency.
feeMethod'OUR' | 'SHA' required
Handling fee bearing method:
- OUR: The payer bears all fees, and the beneficiary receives the full amount.
- SHA: The payer and the beneficiary share the fees. The beneficiary will receive the amount minus the beneficiary bank's charges. Note: This field is mandatory for SWIFT transfers.
Handling fee bearing method:
- OUR: The payer bears all fees, and the beneficiary receives the full amount.
- SHA: The payer and the beneficiary share the fees. The beneficiary will receive the amount minus the beneficiary bank's charges. Note: This field is mandatory for SWIFT transfers.
Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter",
"data": {
"fees": [
{
"amount": "3.14"
}
]
}
}