Get Payout Quotation
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
- Payout specifying source amount
- Payout specifying destination amount
Payout quote request. Specify one of sourceAmount or destinationAmount.
BANK_TRANSFER Method Requirements: When method is BANK_TRANSFER, the following country-currency combinations are supported:
- HK (Hong Kong): CNH, HKD
- PH (Philippines): PHP
- IN (India): INR
- ID (Indonesia): IDR
- KR (Korea): KRW
Special Validation for Indonesia (ID) Bank Transfer: When destinationCountry is "ID" and destinationCurrency is "IDR":
- mobileNumber is required in source information
- mobileNumber must be in E.164 format (e.g. +85212345678)
- If sourceAmount is provided: Can have decimal places, but the final destination amount will be rounded to the nearest IDR (round half up)
- If destinationAmount is provided: Must be an integer (no decimal places allowed)
- Both sourceAmount and destinationAmount must result in a destination amount greater than or equal to 50,000 IDR
Special Validation for Korea (KR) Bank Transfer: When destinationCountry is "KR" and destinationCurrency is "KRW":
- mobileNumber is required in destination information
- mobileNumber must be in E.164 format (e.g. +82123456789)
- If mobileNumber does not start with "+82", email is required in destination information
- If destinationAmount is provided: Must be greater than or equal to 5 KRW
- If sourceAmount is provided: Must result in a destination amount greater than or equal to 5 KRW
The destinationCurrency must match one of the supported currencies for the specified destinationCountry.
Amount to send. For Indonesia (ID) bank transfers with IDR currency:
- Can have decimal places
- Final destination amount will be rounded to the nearest IDR (round half up)
- Must result in destination amount >= 50,000 IDR For Korea (KR) bank transfers with KRW currency:
- Must result in destination amount >= 5 KRW
100.12
UNIONPAY, BANK_TRANSFER Account id to fund the payout from
"6a3176fe-7715-4fe0-a548-034912d7f800"
Currency to send
"USD"
Currency to payout. For BANK_TRANSFER method, must be one of the supported currencies for the destination country:
- HK: CNH, HKD
- PH: PHP
- IN: INR
- ID: IDR
- KR: KRW
"CNY"
Country to payout to. For BANK_TRANSFER method, supported countries are: HK, PH, IN, ID, KR
"CN"
Unique idempotency key for ensuring exactly-once execution of mutating requests.
"xeev1she5eegh9daiviethahchoo1muW"
Response
OK
Quote ID, used to execute a payout
Payout method
UNIONPAY, BANK_SWIFT Amount to be sent
1000.12
Currency of the amount to be sent
"USD"
Country of the destination
"US"
Currency of the destination
"USD"
Amount to be received
1000.12
Exchange rate value used for the conversion
1.123456
Quote time
"2021-01-01T00:00:00.000Z"
Quote expiry time
"2021-01-01T00:00:00.000Z"

