Refund webhook example

Examples

See below for an example of a refund webhook for a payment request.

{
  "eventId": "f8813a59-d1b0-41f2-bfcf-58b80af2d399",
  "callBackUrl": "https://webhook.site/b561ed36-eb90-4477-ab80-47de118e4b95",
  "smartRequestId": "95a43002-5ba3-44a7-a4e1-cbd50bf5cb70",
  "status": "REFUND DATA AVAILABLE",
  "updatedDate": "19-05-2023 08:02:13",
  "billerParticipantId": "1234"
}

See below for an example of a refund webhook for a recurring payment mandate.

{
  "eventId": "fccd2fcd-230c-4a51-925e-0f807034c0cc",
  "callBackUrl": "https://webhook.site/b561ed36-eb90-4477-ab80-47de118e4b95",
  "mandateId": "95a43002-5ba3-44a7-a4e1-cbd50bf5cb70",
  "status": "REFUND DATA AVAILABLE",
  "updatedDate": "19-05-2023 08:02:13",
  "billerParticipantId": "1234"
}