Webhook Offline URL (Optional)


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

1.OFFBK

(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.

Response

QUERY PARAMETERS

FieldTypeDescription
receiverBankCodestringInactive receiver Bank Code.
Example: MYR
receiverAccNostringInactive receiver Bank Account No.
Example: xxxxxxxxxxxxxxxx
receiverAccNamestringInactive receiver Bank User Account Name.
Example: your bank account name
receiverBkConfigCodestringInactive receiver Bank Configuration Code.
Example: MBB-001

2.OFFALLBK

(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.

Response

QUERY PARAMETERS

FieldTypeDescription
receiverBankCodestring(Optional) Available receiver Bank Code.
Example: MYR
receiverAccNostring(Optional) Available receiver Bank Account No.
Example: xxxxxxxxxxxxxxxx
receiverAccNamestring(Optional) Available receiver Bank User Account Name.
Example: your bank account name
receiverBkConfigCodestring(Optional) Available receiver Bank Configuration Code.
Example: MBB-001

Updated over 0 months Ago