Virtual Account Status Updated Event

Sent when the status of a virtual account changes to Active or Closed. Once you have subscribed to the "VBAN STATUS" event type, Redpin will call your designated API endpoint with the payload described below when there is an update to one of your virtual account's statuses.

Payload

The payload of this webhook request is an object.
customer_idstringRequired
Customer number.
customer_namestringRequired
Name of the customer.
virtual_account_detailsobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.