delete
http://{{url}}/v1/charges//capture
For cancelling an authorised charge, make a DELETE call.
Request params
| field | required | type | description |
|---|---|---|---|
| id | + | string (24 hex characters) | _id received at the creation stage |
Request body
| field | required[flow] | type | description |
|---|---|---|---|
| custom_fields | - | object | The object of custom fields for transaction. These fields were sent to a payment gateway if this option has been enabled using the gateway creation and modification endpoints |
| custom_fields.any | - | string | This fields can have any custom name and value |
