Transaction Notification

The Bell BASS Webhook API provides a mechanism for receiving real-time notifications about events in your application. Webhooks allow your application to react immediately to events such as transaction status updates, new payments, and other significant activities by receiving HTTP POST requests from the Bell BASS server.

Key Features

  1. Setup Webhook: Register a webhook URL to receive notifications for specific events.

  2. Webhook Notifications: Receive real-time HTTP POST requests to your registered webhook URL whenever an event occurs.

Sample Transaction Notification

{
  "id": 1,
  "event": "collection",
  "reference": "Garo_00124053015311298155461",
  "virtualAccount": "0000000033",
  "externalReference": "24053014560933057683",
  "amountReceived": "50.0",
  "sessionId": "999999999900124053015311246476926",
  "sourceCurrency": "NGN",
  "destinationCurrency": "NGN",
  "status": "pending",
  "createdAt": 1717079472957,
  "updatedAt": 1717079473518
}

Last updated