EnableDocumentation Index
Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
reversal_event to receive notifications when a chargeback is created or its status changes.
Chargeback events use the chargeback read shape from the KulmiPay backend, plus your configured challenge.
When it fires
- A chargeback is created.
- A chargeback status changes, for example to
DISPUTED,OVERDUE,COMPLETED, orCANCELLED.
Payload
Important fields
| Field | Description |
|---|---|
chargeback_id | Chargeback alias ID. |
transaction | Wallet transaction related to the reversal. |
amount | Amount under dispute or reversal. |
reason | Chargeback reason. |
status | Current chargeback status. |
challenge | Your configured challenge value. Verify it before processing the event. |
