WebhookNotification
The id of the subscription
fa664a60-e4f6-4aa2-8ffc-55fb229110batype of the subscription
Possible values: [DEPOSIT, PAYMENT, CLIENT]
PAYMENTstatus of the payment or deposit
Possible values: [[object Object], [object Object], [object Object]]
PAYMENTThe publish time of the event
2024-10-22T03:58:13.000ZThe unique message ID for webhook events
Possible values: <= 100 characters
123e4567-e89b-12d3-a456-426614174000eventObject objectrequired
The data of event object
- DepositDto
- PaymentDto
- WebhookClientDto
id of the deposit
fa664a60-e4f6-4aa2-8ffc-55fb229110baid of the client
fa664a60-e4f6-4aa2-8ffc-55fb229110baid of the virtual account
65091ba9-649a-4625-8348-939334e7eca7Three letters deposit currency code
AUDThe amount of the deposit
1055.99The type of the deposit
Possible values: [WIRE TRANSFER, PAYID]
WIRE TRANSFERHuman readable deposit reference No
20240726-FA8JZ4Deposit date (in formart YYYY-MM-DD)
2024-07-26Deposit Reference
Invoice-123payer object
The payer info of the deposit
payer name, it may be different from the account name
Abcfor non local payment, the origin payment amount may be differ from the received amount
1055.99Three letters deposit currency code
AUDBank account name
ABCBank account number
123456Bank account routing number
123456The value date of the deposit
2024-07-26T04:00:44.000ZThe create date of the deposit
2024-07-26T04:00:44.000ZPayment reference
512312Payment description
512312Deposit creation time
2024-07-26T03:58:13.000ZThe name of client
abcThe status of the deposit
Possible values: [SCHEDULED, PENDING DIRECT DEBIT, DIRECT DEBIT PROCESSING, COMPLETED, CANCELLED, REJECTED, PENDING REFUND, REFUNDING, REFUNDED, REFUND REJECTED, REFUND CANCELLED]
COMPLETEDDeposit last updated time
2024-07-26T03:58:13.000Z{
"subscriptionId": "fa664a60-e4f6-4aa2-8ffc-55fb229110ba",
"eventType": "PAYMENT",
"eventStatus": "PAYMENT",
"timestamp": "2024-10-22T03:58:13.000Z",
"messageId": "123e4567-e89b-12d3-a456-426614174000",
"eventObject": {
"id": "fa664a60-e4f6-4aa2-8ffc-55fb229110ba",
"clientId": "fa664a60-e4f6-4aa2-8ffc-55fb229110ba",
"currencyCode": "AUD",
"amount": 1055.99,
"type": "WIRE TRANSFER",
"referenceNo": "20241016-CZR6AY",
"depositDate": "2024-10-16",
"createdTime": "2024-10-16T02:46:37.000Z",
"clientName": "abc",
"payer": null,
"status": "COMPLETED"
}
}