Paypal Customer Disputes V1
Connector for the paypal-customer-disputes-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-m.sandbox.paypal.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
/v1/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
disputes_list— GET /v1/customer/disputes — List disputesdisputes_get— GET /v1/customer/disputes/{id} — Show dispute detailsdisputes_patch— PATCH /v1/customer/disputes/{id} — Partially update disputedisputes_provide_evidence— POST /v1/customer/disputes/{id}/provide-evidence — Provide evidencedisputes_appeal— POST /v1/customer/disputes/{id}/appeal — Appeal disputedisputes_accept_claim— POST /v1/customer/disputes/{id}/accept-claim — Accept claim
Inputs
clientId/clientSecret— your paypal-customer-disputes-v1 OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— 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: disputes_list
clientId: <your client id>
clientSecret: <your client secret>