Adyen Disputeservice V30
Connector for the adyen-disputeservice-v30 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ca-test.adyen.com/ca/services/DisputeService/v30 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_acceptdispute— POST /acceptDispute — Accept a disputepost_defenddispute— POST /defendDispute — Defend a disputepost_deletedisputedefensedocument— POST /deleteDisputeDefenseDocument — Delete a defense documentpost_retrieveapplicabledefensereasons— POST /retrieveApplicableDefenseReasons — Get applicable defense reasonspost_supplydefensedocument— POST /supplyDefenseDocument — Supply a defense document
Inputs
apiKey— your adyen-disputeservice-v30 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: post_acceptdispute
apiKey: <your key>