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
andcaptureHoursDelay
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
{
"amount": "48900",
"currency": "ISK",
"returnUrl": "https://your-ecommerce-website.com/straumur_redirect",
"reference": "9990QQAZ1221",
"isManualCapture": true
}
Request Field
Field | Type | Required | Description | Example | Min Length | Max Length |
---|---|---|---|---|---|---|
isManualCapture | Boolean | Optional | Merchant-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 | - | - |