Webhook

Webhook response

If you have Webhook notifications set up on your dashboard, we will send you a transaction response, a sample of which can be found below:

{
  "event": "charge.completed",
  "data": {
    "createdAt": "2021-11-18T15:23:16.781",
    "narration": "CARD Transaction ",
    "destinationCurrency": "NGN",
    "sourceAmount": 0.0023,
    "sourceCurrency": "USD",
    "tnxRef": "test910-on2007u047e-errrtd",
    "status": "successful",
    "destinationAmount": 1,
    "customer": {
      "id": 13,
      "name": "Steph Oj",
      "email": "stephen@klasha.com",
      "phone": null,
      "createdAt": "2021-07-20 10:28:43",
      "updatedAt": "2021-07-20 10:28:43"
    }
  }
}

Last updated