Skip to main content

CaptureRequest

amountintegerrequired

The amount to capture in minor units (e.g., 1095 = 10.95 DKK). You cannot capture more than authorized.

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
}