WakaPay Docs

API Reference

Chargeback

← All tags

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.
post/chargebacks

Record a chargeback (admin or webhook)

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: ChargebackController_recordtag: Chargebackpermalink
patch/chargebacks/{id}/status

Update chargeback status (e.g. dispute resolved)

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: ChargebackController_updateStatustag: Chargebackpermalink
get/chargebacks/stats/{userId}

Get chargeback stats for a user (admin)

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: ChargebackController_getStatsByUserIdtag: Chargebackpermalink
get/chargebacks/stats/me

Get current user chargeback stats (merchant)

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: ChargebackController_getMyStatstag: Chargebackpermalink