Adyen Raisedisputesservice V4
Connector for the adyen-raisedisputesservice-v4 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://balanceplatform-api-test.adyen.com/btl/api/v4 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_disputes— GET /disputes — Get a list of raised disputesget_disputes_disputeid_attachments— GET /disputes/{disputeId}/attachments — Get all attachments linked to a raised disputeget_disputes_disputeid_attachments_attachmentid— GET /disputes/{disputeId}/attachments/{attachmentId} — Get an attachmentget_disputes_id— GET /disputes/{id} — Get dispute by IDpost_disputes— POST /disputes — Raise a disputepost_disputes_disputeid_attachments— POST /disputes/{disputeId}/attachments — Add an attachment to a dispute
Inputs
apiKey— your adyen-raisedisputesservice-v4 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_disputes
apiKey: <your key>