Event Types & Structures

Base Webhook Structure

All webhooks follow this base structure:

{
  "event": "string",
  "data": {
    // Event specific data
  },
  "timestamp": "ISO-8601 timestamp"
}

 

Event Types

  1. transaction_created: This is when a transaction has been created.
  2. transaction_updated: This is when a transaction's status has changed.

Transaction Types

Depending on the transaction within the data object you may see

  1. deposit: For a payment received via card, mobile money, or bank.
  2. withdrawal: For a payout sent out to a user from your balance.