Skip to content

Webhook Response

This will be the callback response sent when we complete the transaction.

{
  "status": "1002",
  "data": {
    "id": "6bd0d506-a4a9-4fac-9aa3-31472534f0e7",
    "transaction_type": "outbound",
    "transaction_id": "BRJXMTN0045662",
    "brij_transaction_id": "BRXTRF2025032021992729414",
    "phone_or_bank_ac": null,
    "bank_ac_name": null,
    "account_reference": "",
    "payment_notes": "",
    "bank_code": null,
    "amount": "1.00",
    "source_currency": "GHS",
    "currency": "NGN",
    "status": "successful",
    "external_status_code": "Remittance successful",
    "description": "testing api remake",
    "transaction_date": "2025-03-20T14:00:06.000000Z"
  },
  "message": "Payout successful"
}

Country and Processors

{
  "countries": [
    {
      "name": "Nigeria",
      "code": "NG",
      "currency": "NGN",
      "processors": {
        "Bank": [
          {
            "rail_id": "32b08581-c85b-447b-929d-1591a0ff158f",
            "name": "9mobile 9Payment Service Bank"
          },
          {
            "rail_id": "410742fb-9963-4304-b3b0-d950e77ac3f5",
            "name": "Abbey Mortgage Bank"
          },
          {
            "rail_id": "b37f4506-adac-4c80-9e6a-62ce44488b0f",
            "name": "Above Only MFB"
          },
          {
            "rail_id": "4d482df2-bccb-46b1-9ae6-8e2590b98f97",
            "name": "Abulesoro MFB"
          }
        ],
        "MoMo": [
          {
            "rail_id": "ffe5f582-7138-4407-b46c-6e07234e0d74",
            "name": "MTN (MoMo PSB)"
          }
        ]
      }
    }
  ]
}