Skip to main content
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

Event Types

Event TypeDescription
deposit.pendingA deposit has been received and is pending review.
deposit.compliance.rejectedThe deposit was rejected by compliance.
deposit.completedThe deposit was successfully completed.

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

Top-level event category.

Available options:
DEPOSIT
event_type
enum<string>
required

The specific event type that occurred.

Available options:
deposit.pending,
deposit.compliance.rejected,
deposit.completed
source_id
string
required

Deposit ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Deposit details associated with the event.

Response

200

Return 200 to acknowledge receipt.