{
  "type": "payout.completed",
  "data": {
    "id": "xxxx-xxxx-xxxx-xxxx-xxx-",
    "currency": "NGN",
    "amount": 100,
    "total": 101,
    "reference": "TRSVFV345345365365365XXX",
    "status": "successful",
    "created_at": "2021-11-18T15:23:16.781",
  }
}
{
  "type": "payout.reversed",
  "data": {
    "id": "xxxx-xxxx-xxxx-xxxx-xxx-",
    "currency": "NGN",
    "amount": 100,
    "total": 101,
    "reference": "TRSVFV345345365365365XXX",
    "status": "reversed",
    "created_at": "2021-11-18T15:23:16.781",
  }
}
{
  "type": "payout.processing",
  "data": {
    "id": "xxxx-xxxx-xxxx-xxxx-xxx-",
    "currency": "NGN",
    "amount": 100,
    "total": 101,
    "reference": "TRSVFV345345365365365XXX",
    "status": "processing",
    "created_at": "2021-11-18T15:23:16.781",
  }
}
{
  "type": "payout.failed",
  "data": {
    "id": "xxxx-xxxx-xxxx-xxxx-xxx-",
    "currency": "NGN",
    "amount": 100,
    "total": 101,
    "reference": "TRSVFV345345365365365XXX",
    "status": "failed",
    "created_at": "2021-11-18T15:23:16.781",
  }
}