Our Create Conversion APIs allow you to execute a conversion between two different currency balances
The version of the API. Value: "2025-06-06"
Create Conversion IDR to USD
{
"reference_id": "5296b95d-5cd1-4dd9-84f6-12cffd9682e1",
"quote_id": "qo-bf27b6f2-2e8f-4c12-a301-99b4738fd6f2"
}Quote ID in format 'qo-
The request has succeeded.
Create Conversion IDR to USD
{
"conversion_id": "cnv-ded92b17-fd82-4951-898f-d88c4267436f",
"quote_id": "qo-b3b7b4da-75d3-4367-b69f-ddd92b368a09",
"reference_id": "5296b95d-5cd1-4dd9-84f6-12cffd9682e1",
"source_amount": 100000,
"source_currency": "IDR",
"destination_amount": 626,
"destination_currency": "USD",
"fx_rate": 6.3E-05,
"status": "PENDING",
"created": "2025-06-02T16:07:21.457Z",
"updated": "2025-06-02T16:07:21.457Z"
}Conversion ID in format 'cnv-
Quote ID in format 'qo-
Bad request
Quote Expired
{
"error_code": "QUOTE_EXPIRED",
"message": "The Quote ID qo-bf27b6f2-2e8f-4c12-a301-99b4738fd6f2 has expired. Please retry with a valid Quote ID.",
"http_status": 400
}Unauthorized
Forbidden
Not found
Conflict
Internal server error