A webhook URL is a specific URL endpoint where it wants to receive data when a certain event occurs in the application.
Example https://webhook-offline.com
Webhook Offline Method
(Particular Inactive Bank Acccount)
When a specific bank account status is deactivated, the corresponding bank account details that were deactivated will be forwarded to the designated webhook URL.
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
receiverBankCode | string | Inactive receiver Bank Code. Example: MYR |
receiverAccNo | string | Inactive receiver Bank Account No. Example: xxxxxxxxxxxxxxxx |
receiverAccName | string | Inactive receiver Bank User Account Name. Example: your bank account name |
receiverBkConfigCode | string | Inactive receiver Bank Configuration Code. Example: MBB-001 |
(All Active Bank Acccount)
When a specific bank account's status is deactivated, all pertinent account details will be transmitted to the designated webhook URL.
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
receiverBankCode | string | (Optional) Available receiver Bank Code. Example: MYR |
receiverAccNo | string | (Optional) Available receiver Bank Account No. Example: xxxxxxxxxxxxxxxx |
receiverAccName | string | (Optional) Available receiver Bank User Account Name. Example: your bank account name |
receiverBkConfigCode | string | (Optional) Available receiver Bank Configuration Code. Example: MBB-001 |