Skip to main content

Manual Capture

info

Here are a couple of things to keep in mind when using the isManualCapture field:

  • If you don't specify the isManualCapture field in your request, the system will assume it is an automatic capture:
    • "isManualCapture": false
  • It is not possible to combine isManualCapture and captureHoursDelay fields together in a single payment request.
  • When a payment request has been sent with "isManualCapture": true, a Capture request must be sent at a later time to capture the payment.
warning

If the authorization is not captured, after some time (depending on the schema) the funds will be released back to the shopper.

Request Example

{
"terminalIdentifier": "1adfe4a1",
"amount": "48900",
"currency": "ISK",
"reference": "9990QQAZ1221",
"channel": "Web",
"origin": "https://www.your-ecommerce-website.com",
"threeDsReturnUrl": "https://your-ecommerce-website.com/straumur_redirect",
"isManualCapture": true
}

Request Field

FieldTypeRequiredDescriptionExampleMin LengthMax Length
isManualCaptureBooleanOptionalMerchant-provided flag to indicate if the request will be manually captured. By default, this is false (automatic capture). If set to true, capture delay hours are ignored.false--