Currency Conversions

This section describes currency conversion notifications

EVENTDESCRIPTION
banking.conversion.createdA new currency conversion has been initiated on your account
banking.conversion.cancelledThe currency conversion request has been cancelled
banking.conversion.settledThe 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


FieldData TypeDescription
idstringUnique identifier for the webhook event (UUID format)
eventstringType of event see conversion events
timestampnumberUnix timestamp in milliseconds when the event was generated
dataobjectAn object containing data about the conversion See section below