Currency Conversions
This section describes currency conversion notifications
EVENT | DESCRIPTION |
---|---|
banking.conversion.created | A new currency conversion has been initiated on your account |
banking.conversion.cancelled | The currency conversion request has been cancelled |
banking.conversion.settled | The currency conversion has been successfully processed and settled to the account |
Event Data
{
"id": "0196910c-ea1b-7e35-bfa1-9dd5cacd76f8",
"event": "banking.conversion.created",
"timestamp": 1746189127535,
"data":{}
}
Event Object
Field | Data Type | Description |
---|---|---|
id | string | Unique identifier for the webhook event (UUID format) |
event | string | Type of event see conversion events |
timestamp | number | Unix timestamp in milliseconds when the event was generated |
data | object | An object containing data about the conversion See section below |
Updated 2 months ago