Conversion
Conversion Scheduled
Triggered when a currency conversion has been successfully booked and scheduled for future settlement.
Description
Sent when a currency conversion request has been accepted and scheduled for execution on the specified conversion date.
📦 Event Details
id string
name string
conversion.scheduled.account_id string
data object
conversion_id string
short_reference_id string
status string
SCHEDULED.currency_pair string
Currency pair involved in the conversion, represented using two
(3-letter ISO-4217) currency codes concatenated together
(e.g., USD + SGD → USDSGD).
client_rate double
buy_currency string
buy_amount double
sell_currency string
sell_amount double
conversion_date string
YYYY-MM-DD).settlement_cutoff_time string
created_at string
created_at string
version string
Request Body Example
{
"id": "0d549741-f460-4457-8f15-2965b7af108dSCHEDULED",
"name": "conversion.scheduled",
"account_id": "acct_i74Os0HwMhmqPw9ND12TRQ",
"data": {
"conversion_id": "0d549741-f460-4457-8f15-2965b7af108d",
"short_reference_id": "C250429-5UBTP0F",
"status": "SCHEDULED",
"currency_pair": "USDSGD",
"client_rate": 1.315168,
"buy_currency": "USD",
"buy_amount": 1,
"sell_currency": "SGD",
"sell_amount": 1.32,
"conversion_date": "2025-04-29",
"settlement_cutoff_time": "2025-04-29T09:55:59+0000",
"created_at": "2025-04-29T09:55:59+0000"
},
"created_at": "2025-04-29T09:55:59+0000",
"version": "2025-02-14"
}
Conversion Settled
Triggered when funds from a currency conversion have been successfully settled in the wallet.
Description
Sent when a scheduled currency conversion has been successfully executed and funds are available in the wallet.
📦 Event Details
id string
name string
conversion.settled.account_id string
data object
conversion_id string
short_reference_id string
status string
SETTLED.currency_pair string
Currency pair involved in the conversion, represented using two
(3-letter ISO-4217) currency codes concatenated together
(e.g., USD + SGD → USDSGD).
client_rate double
buy_currency string
buy_amount double
sell_currency string
sell_amount double
conversion_date string
YYYY-MM-DD).updated_at string
created_at string
version string
Request Body Example
{
"id": "0d549741-f460-4457-8f15-2965b7af108dSETTLED",
"name": "conversion.settled",
"account_id": "acct_i74Os0HwMhmqPw9ND12TRQ",
"data": {
"conversion_id": "0d549741-f460-4457-8f15-2965b7af108d",
"short_reference_id": "C250429-5UBTP0F",
"status": "SETTLED",
"currency_pair": "USDSGD",
"client_rate": 1.315168,
"buy_currency": "USD",
"buy_amount": 1,
"sell_currency": "SGD",
"sell_amount": 1.32,
"conversion_date": "2025-04-29",
"updated_at": "2025-04-29T09:55:59+0000"
},
"created_at": "2025-04-29T09:55:59+0000",
"version": "2025-02-14"
}