Use the chargebacks API to retrieve refund requests for your KulmiPay account. The same API returns both refund requests you created and refund records created during chargeback handling.Documentation Index
Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
List refunds
GET /api/v1/chargebacks/
Example response
Retrieve one refund
GET /api/v1/chargebacks/{chargeback_id}/
Response fields
| Field | Description |
|---|---|
chargeback_id | Refund or chargeback alias ID. |
session_id | Checkout payment session ID when the refund is linked to checkout. |
transaction | Wallet transaction attached to the refund. |
amount | Refund amount. |
reason | Refund reason supplied at creation. |
status | Current refund status. |
resolution | Resolution note when available. |
staff_created | Whether the refund was created internally by KulmiPay staff. |
created_at | Time the refund was created. |
updated_at | Time the refund was last updated. |
