WEBHOOK
payment.retried
{
  "transaction_type": "payment",
  "request_number": "<string>",
  "amount": 123,
  "payment_status": "pending",
  "payment_date": "2023-11-07T05:31:56Z",
  "payment_reference_number": "<string>",
  "payment_method": "<string>",
  "icon_url": "<string>"
}
{
  "message": "<string>",
  "success": true,
  "code": "<string>",
  "error": {
    "fieldname": [
      "<string>"
    ]
  }
}

Body

application/json

Common fields in all types of payments.

Response

400
application/json

Bad request

The response is of type object.