Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

CaptureRequest

amountinteger
Required

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

Range:
1 <= value
voidRemainingboolean

If true, any remaining authorization balance will be voided after a successful capture. If the capture fails, nothing will be voided.

Default:
false
CaptureRequest
{  "amount": 1,  "voidRemaining": false}