Overview

Our wallet webhook events are fired based on the following triggers:

  • Updated webhook event

Updated webhook event

This event is fired when a wallet is updated.

wallet.updated
{
  "event": "wallet.updated",
  "data": {
    "wallet_id": "wlt_Za3WgMTHsD5NSYMeqRJ7",
    "business_id": "bsn_fAYcWSUXz3TogChv7BgH",
    "type": "CREDIT",
    "amount": 11000,
    "balance": 402850
  }
}