Chargebacks
Chargeback: Accept
Accepts a chargeback, agreeing to the dispute. Takes no request body.
A chargeback can only be accepted while its status is pending. If the due date has passed, the request returns an error. Accepting an already-accepted chargeback returns 204 (idempotent).
post/chargeback_requests/{id}/accept
Path parameters
idstring required
A unique 25-character alphanumeric resource identifier.
The chargeback request UUID.
Response
204 response
Changes
No recorded changes to this endpoint across all 1 revision of this API.