Webhook

Get notified about payment events that happens in your Bank3D account.

Setting up webhook in your dashboard

Sample Webhook response

The data in the body is sent to the webhook address provided in the dashboard.

Handling response

After a webhook request is made, it is important to ascertain that the events originates from Bank3D to avoid delivering value based on a counterfeit event. This can be done by;
1: Verify that the IP address is from Bank3D. ... are the only IPs from which your webhook is called, any other(s) outside these can regarded as fake.

2: Validate the hmac signature using this formula;