Overview of Wallet Webhook Events
Our wallet webhook events are fired based on the following triggers:
This event is fired when a wallet is updated.
{ "event": "wallet.updated", "data": { "wallet_id": "wlt_Za3WgMTHsD5NSYMeqRJ7", "business_id": "bsn_fAYcWSUXz3TogChv7BgH", "type": "CREDIT", "amount": 11000, "balance": 402850 } }
Was this page helpful?