Preloader

Wallet debit webhook

This webhook is sent when money is sent out of a user's wallet through it's merchant client Id and client secret.

                
        Webhook
            

{
  "type": "WALLET.DEBITED",
  "id": "431f0c6d-2ec7-4a52-b853-6eab4032derf",
  "time": "1738911837",
  "apiVersion": "1.0",
  "data": {
    "amount": "100.0",
    "accountNumber": "4000021586",
    "senderAccountNumber": "4518560696",
    "senderAccountName": "Jamie Dust",
    "senderBank": "000014",
    "time": "1738911837",
    "reference": "seNpppbPSTk",
    "scope": "BANK_TO_WALLET"
  }
}