Create a Quote for FX conversion or payout
Secret API Key authentication. Required permission: MONEY-OUT
The version of the API. Value: "2025-06-06"
Create Quote PHP to THB
{
"reference_id": "a3f7c912-4e8b-4d1a-bc56-9f2e1a3d7b4c",
"type": "PAYOUT",
"source_currency": "PHP",
"destination_currency": "THB",
"destination_amount": 500000
}Create Quote for Payout
{
"reference_id": "51d9b583-717f-462b-834e-0fc523ae2894",
"type": "PAYOUT",
"source_currency": "IDR",
"destination_currency": "USD",
"source_amount": 100000
}ID provided by merchant to identify the request
Type of transaction which the Quote will be used for
Source currency
Destination currency
Source amount in minor units. Must be empty if destination_amount is filled.
A minor unit is the smallest unit of a currency. Most currencies have 2 decimals, others have 0.
Examples: PHP 10.00 → 1000, IDR 10 → 10.
Destination amount in minor units. Must be empty if source_amount is filled.
A minor unit is the smallest unit of a currency. Most currencies have 2 decimals, others have 0.
Examples: PHP 10.00 → 1000, IDR 10 → 10.
The request has succeeded.
Create Quote PHP to THB
{
"quote_id": "qo-7c4d2e1f-a8b9-4f3e-9d6c-5a1b2c3d4e5f",
"reference_id": "a3f7c912-4e8b-4d1a-bc56-9f2e1a3d7b4c",
"source_amount": 78500,
"source_currency": "PHP",
"destination_amount": 500000,
"destination_currency": "THB",
"fx_rate": 0.637,
"type": "PAYOUT",
"created": "2025-06-03T09:15:00Z",
"updated": "2025-06-03T09:15:00Z",
"expires": "2025-06-03T09:15:30Z"
}Create Quote for Payout
{
"quote_id": "qo-68b6ec19-4b83-46f0-aea5-e1f4a57966b1",
"reference_id": "51d9b583-717f-462b-834e-0fc523ae2894",
"source_amount": 100000,
"source_currency": "IDR",
"destination_amount": 627,
"destination_currency": "USD",
"fx_rate": 6.3E-05,
"type": "PAYOUT",
"created": "2025-06-02T15:58:16.970Z",
"updated": "2025-06-02T15:58:16.970Z",
"expires": "2025-06-02T15:58:46.952Z"
}Quote Object
Unique Quote ID in UUID format, prefixed with qo-
ID provided by merchant to identify the request
Source currency
Source amount in minor units.
A minor unit is the smallest unit of a currency. Most currencies have 2 decimals, others have 0.
Examples: PHP 10.00 → 1000, IDR 10 → 10.
Destination currency
Destination amount in minor units.
A minor unit is the smallest unit of a currency. Most currencies have 2 decimals, others have 0.
Examples: PHP 10.00 → 1000, IDR 10 → 10.
Exchange rate
Type of transaction which the Quote will be used for
Timestamp when the quote was made. Format: ISO 8601, UTC+0
Timestamp when the quote was last updated. Format: ISO 8601, UTC+0
Timestamp when the quote will expire. Format: ISO 8601, UTC+0
Bad request
Unauthorized
Forbidden
Internal server error