Cancel an Uncaptured Charge
Cancel a Charge
Production
POST
https://app.resolvepay.com/api/charges/<charge_id>/cancel
Sandbox
POST
https://app-sandbox.resolvepay.com/api/charges/<charge_id>/cancel
If an order has been cancelled in your eCommerce platform, it's possible to cancel the related charge using the charge_id
. In order to cancel a charge, the charge must have not been previously captured. See Resolve checkout-sdk for details on the checkout flow.
Cancelled charges are still visible from the Resolve merchant dashboard when filtering for "All" invoices. To hide cancelled charges from the dashboard you can archive the invoice, see archiving records for more details.
For details on Resolve's REST API such as rate limits and more, explore the API documentation.
Headers
Content-Type
application/json
Authorization
<username>:<password>
Response
Last updated