WakaPay Docs

API Reference

Dispute

← 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.
get/disputes

List disputes with filters

Auth

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

operationId: DisputeController_findAlltag: Disputepermalink
post/disputes

Open a dispute for a chargeback

Auth

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

operationId: DisputeController_createtag: Disputepermalink
get/disputes/{id}

Get dispute by ID with evidence

Auth

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

operationId: DisputeController_findOnetag: Disputepermalink
patch/disputes/{id}

Update dispute (status, due date, notes, assignee)

Auth

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

operationId: DisputeController_updatetag: Disputepermalink
get/disputes/{id}/evidence

List evidence for a dispute

Auth

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

operationId: DisputeController_listEvidencetag: Disputepermalink
post/disputes/{id}/evidence

Add evidence (file URL or text) to dispute

Auth

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

operationId: DisputeController_addEvidencetag: Disputepermalink
post/disputes/{id}/submit-response

Submit dispute response (rebuttal) to gateway

Auth

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

operationId: DisputeController_submitResponsetag: Disputepermalink
get/disputes/{id}/suggested-template

Get suggested response template based on chargeback reason

Auth

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

operationId: DisputeController_getSuggestedTemplatetag: Disputepermalink
get/disputes/templates

List response templates

Auth

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

operationId: DisputeController_listTemplatestag: Disputepermalink
post/disputes/templates

Create a response template (for automated dispute responses)

Auth

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

operationId: DisputeController_createTemplatetag: Disputepermalink