Skip to main content
Use when: Evaluating account-level banking transactions (deposits, withdrawals, transfers). Endpoint: Realtime URL of a Banking Flow Request Template:
    {
      
      "key": "6WgE3W1",
      "type": "banking",
      "event": {
        "transaction": {
          "id": "87554303-3f75-4883-8fb8-48fce003859f",
          "time": "2022-12-12T12:15:05.391Z",
          "amount": 8291,
          "currency": "XAF",
          "ref": "xaf",
          "session_id": "xaf",
          "type": "deposit",
          "channel": "mobile",
          "purpose": "salary payment",
          "source_of_funds": "employment income"
        },
        "user": {
          "user_id": "9931fac0-6bfa-4b3c-842c-7840006d89b6",
          "user_type": "individual",
          "registration_time": "2022-12-12T12:15:05.392Z",
          "email": "jane.doe@anon.com",
          "name": "Jane Doe",
          "tier": "silver",
          "account_type": "checking",
          "gender": "male",
          "balance": 24500.50,
          "mobile": "5797454931",
          "last_pin_change": "2022-11-01T08:30:00.000Z",
          "last_password_change": "2022-10-15T14:22:10.000Z"
        },
        "receiver": {
          "account_name": "John Doe",
          "bank_name": "AnonBank",
          "account_number": "CM21100375689",
          "country": "Cameroon"
        },
        "sender": {
          "account_name": "Anon Doe",
          "bank_name": "Anonstack ",
          "account_number": "NG0567890321",
          "country": "Nigeria"
        },
        "device": {
          "type": "mobile",
          "os": "Android",
          "model": "Pixel 7",
          "language": "en-US",
          "ip_address": "154.72.170.233",
          "device_id": "ff97adb7-8d3d-4f15-94df-87e21e1212de"
        },
        "address": {
          "city": "North Sarah",
          "street": "6238 Walker Unions Suite 802",
          "country": "Morocco"
        },
        "meta": [
          { "key": "value" }
        ]
      }
    }