Adyen Raise Disputes API (v4).
Used by Balance Platform cardholders to raise disputes against card transactions.
This is the cardholder-side dispute API (distinct from AdyenClient.Disputes
which is the merchant-side chargeback defense API).
Base URL shares the Transfers API host: balanceplatform-api-{env}.adyen.com/btl/v4
Summary
Functions
Add an attachment to a raised dispute.
Delete an attachment from a raised dispute.
Get a raised dispute by ID.
Get a specific attachment from a raised dispute.
Get a list of raised disputes.
Get all attachments linked to a raised dispute.
Raise a new dispute.
Update a raised dispute.
Functions
@spec add_attachment(String.t(), map(), keyword()) :: AdyenClient.Client.response()
Add an attachment to a raised dispute.
@spec delete_attachment(String.t(), String.t(), keyword()) :: AdyenClient.Client.response()
Delete an attachment from a raised dispute.
@spec get( String.t(), keyword() ) :: AdyenClient.Client.response()
Get a raised dispute by ID.
@spec get_attachment(String.t(), String.t(), keyword()) :: AdyenClient.Client.response()
Get a specific attachment from a raised dispute.
@spec list( map(), keyword() ) :: AdyenClient.Client.response()
Get a list of raised disputes.
@spec list_attachments( String.t(), keyword() ) :: AdyenClient.Client.response()
Get all attachments linked to a raised dispute.
@spec raise_dispute( map(), keyword() ) :: AdyenClient.Client.response()
Raise a new dispute.
@spec update(String.t(), map(), keyword()) :: AdyenClient.Client.response()
Update a raised dispute.