PayPal Void authorization
Last updated
Was this helpful?
You can void authorizations for various reasons, including non-availability of some items in cart and partial order cancelled by the payer. You have flexibility to void an authorization and ensure further fund captures are cancelled.
Void, or cancel an authorized payment by ID:
You cannot void an authorized payment that has been fully captured. Voiding an authorization cancels the entire open amount. You can initiate a void if:
the authorization is pending
the authorized amount was captured at less than 100%
A valid JWT Token is required to make the API call.
There are no required fields for the Void Authorization API.
There are no optional fields for the Void Authorization API.
To void an authorization, make a request with an empty body.
POST /transactions/{id}/void
The successful response will be of status code 204, with no content.
Last updated
Was this helpful?
Was this helpful?
