post http://{{url}}/v1/charges//capture
For capturing an authorised charge, make a POST 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 |
---|---|---|---|
amount | - | float | Amount to capture |
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 |