API Reference
Chargeback
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (4)
Click an endpoint to jump to its details.
post
/chargebacksRecord a chargeback (admin or webhook)
Auth
No detailed description provided for this operation in the OpenAPI spec.
patch
/chargebacks/{id}/statusUpdate chargeback status (e.g. dispute resolved)
Auth
No detailed description provided for this operation in the OpenAPI spec.
get
/chargebacks/stats/{userId}Get chargeback stats for a user (admin)
Auth
No detailed description provided for this operation in the OpenAPI spec.
get
/chargebacks/stats/meGet current user chargeback stats (merchant)
Auth
No detailed description provided for this operation in the OpenAPI spec.