Cancel a charge
Cancels a charge that has been previously created. Supply the unique charge code that was returned when the charge was created.
Note: Only new charges can be successfully canceled. Once payment is detected, charge can no longer be canceled.
Cancel a newly added charge
POST
/charges/{chargeCode}/cancel/
Path Parameters
Name | Type | Description |
---|---|---|
chargeCode* | string | Charge code |
Example request
Example response
Last updated