WALLET.UPDATED

This event is dispatched when wallet is udpated

{
  "event": "wallet.updated",
  "data": {
    "wallet": {
      "transaction_reference": "bq_RkaUV0Zy3PGpQsT8c",
      "amount": 10.1178,
      "available_balance": 6.8399,
      "ledger_balance": 0,
      "currency": "USDC",
      "name": "USD Coin",
      "type": "CRYPTO",
      "is_live": false
    }
  }
}
FieldDescriptionType
eventThe webhook event action that triggered the webhookString
dataAll information related to this specific webhookObject
data.walletAll information related to the wallet that was updatedObject
data.wallet.transaction_referenceReference of transaction that triggered wallet updateString
data.wallet.amountAmount that was added to walletNumber
data.wallet.available_balanceBalance on walletNumber
data.wallet.ledger_balanceLedger Balance of WalletNumber
data.wallet.currencyCurrency code of the wallet that was updated e.g USDCString
data.wallet.nameName of the wallet that was updated e.g USD CoinString
data.wallet.is_liveDid the webhook happen in production? false = sandbox while true = productionBoolean