CaptureRequest
amountintegerrequired
The amount to capture in minor units.
Possible values: >= 1
voidRemainingboolean
If true, any remaining authorization balance will be voided after a successful capture. If the capture fails, nothing will be voided.
Default value:
false
CaptureRequest
{
"amount": 0,
"voidRemaining": false
}