{
"version": "V1.6.0",
"event_name": "DEPOSIT",
"event_type": "deposit.pending",
"event_id": "d06abb8e-e8e1-44cc-ad3b-23a233c39a20",
"source_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": null,
"create_time": "2026-04-13T09:56:38+08:00",
"deposit_amount": "500",
"deposit_currency": "USD",
"deposit_fee": "0",
"deposit_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
"deposit_reference": "",
"deposit_status": "Pending",
"direct_id": "0",
"sender_name": "Test Sender Corp",
"short_reference_id": "260413-ABZDBINC",
"update_time": "2026-04-13T09:56:38+08:00"
}
}
Transactions
Deposit Status
Published when a deposit is pending, rejected, or completed.
WEBHOOK
depositStatus
{
"version": "V1.6.0",
"event_name": "DEPOSIT",
"event_type": "deposit.pending",
"event_id": "d06abb8e-e8e1-44cc-ad3b-23a233c39a20",
"source_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
"data": {
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_name": "UQPAY PTE LTD",
"complete_time": null,
"create_time": "2026-04-13T09:56:38+08:00",
"deposit_amount": "500",
"deposit_currency": "USD",
"deposit_fee": "0",
"deposit_id": "1272a8bc-b796-40db-8434-a5a9d0292fe3",
"deposit_reference": "",
"deposit_status": "Pending",
"direct_id": "0",
"sender_name": "Test Sender Corp",
"short_reference_id": "260413-ABZDBINC",
"update_time": "2026-04-13T09:56:38+08:00"
}
}
Event Types
| Event Type | Description |
|---|---|
deposit.pending | A deposit has been received and is pending review. |
deposit.compliance.rejected | The deposit was rejected by compliance. |
deposit.completed | The deposit was successfully completed. |
Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
DEPOSIT The specific event type that occurred.
Available options:
deposit.pending, deposit.compliance.rejected, deposit.completed Deposit ID.
API version number.
Example:
"V1.6.0"
Deposit details associated with the event.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

