Global Account
Global Account Newβ
Triggered when a deposit is received via Global Account, pending settlement to wallet balance.
Description
Sent when a new deposit is received in a global account but hasn't yet been settled to the wallet balance.
π¦ Event Details
id string
name string
ga.new.account_id string
data object
amount double
ccy string
transaction_type string
DEPOSIT.process_status string
Current processing status.
Status flow:
NEW β PENDING β SETTLED.
May transition to FAILED if settlement fails.
settlement_info object
beneficiary_account_number string
beneficiary_name string
payer_name string
created_at string
version string
Request Body Example
{
"id": "b19b2529-3f6c-4a79-b575-c595a0043985_ga.new",
"name": "ga.new",
"account_id": "acct_hUiVInamMd68NDDm5VVmyA",
"data": {
"amount": 100.0,
"ccy": "SGD",
"transaction_type": "DEPOSIT",
"process_status": "NEW",
"settlement_info": {
"beneficiary_account_number": "88520209770",
"beneficiary_name": "Zoqq (Singapore) Pte Ltd",
"payer_name": "JS"
}
},
"created_at": "2025-04-28T12:06:45+0000",
"version": "2025-02-14"
}
Balance Collectionβ
Triggered when wallet balance increases due to a settled deposit from Global Account.
Description
Sent when funds from a Global Account deposit have been successfully settled and added to the wallet balance.
π¦ Event Details
id string
name string
balance.ga.top_up.account_id string
data object
ccy string
amount double
balance double
type string
DEPOSIT.transaction_reference object
deposit_id string
global_account_id string
payer_name string
payer_bank_name string
reference string
created_at string
created_at string
version string
Request Body Example
{
"id": "d5429604-0f3e-3e60-9058-46f44e4552f5",
"name": "balance.ga.top_up",
"account_id": "acct_hUiVInamMd68NDDm5VVmyA",
"data": {
"ccy": "SGD",
"amount": 100,
"balance": 100,
"type": "DEPOSIT",
"transaction_reference": {
"deposit_id": "b19b2529-3f6c-4a79-b575-c595a0043985",
"global_account_id": "2a5f4d31-e290-4192-9746-61c862ba2d27",
"payer_name": "JS",
"payer_bank_name": "SBI"
},
"reference": "123",
"created_at": "2025-04-28T12:06:45+0000"
},
"created_at": "2025-04-28T12:06:45+0000",
"version": "2025-02-14"
}