Webhook event notification request.
event_name
value: token-exchange-completed
This request is sent to registered webhook event handlers after |
---|
Execute token conversion completes successfully |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "amount_usd": 1000,
- "created": "2024-02-27T22:19:53.600222Z",
- "destination_wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "direction": "token_convert",
- "exchange_rate": 0.01,
- "exchange_rate_direction": "virtual_to_usd",
- "fee_amount": 0,
- "fee_currency": "VCD",
- "integrator_fee_amount": 0,
- "invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "status": "SUCCESS",
- "tilia_fee_amount": 0,
- "token_exchange_id": "vtok_2V2WX4AZZiE6eDoGb6coN0RuxIR",
- "updated": "2024-02-27T22:19:53.600222Z",
- "user_paid_amount": 100000,
- "user_paid_currency": "TIL",
- "user_received_amount": 1000,
- "user_received_currency": "USD",
- "virtual_amount": 100000,
- "virtual_currency": "TIL"
}