Delayed Capture
info
If you don't specify captureHoursDelay
field, the system will assume you want to capture it right away.
The field accepts integers from 1 to 672.
If you provide a value outside of this range, the system will return an error.
Request Example
{
"amount": "48900",
"currency": "ISK",
"returnUrl": "https://your-ecommerce-website.com/straumur_redirect",
"reference": "9990QQAZ1221",
"captureHoursDelay": 24 // Payment will be automatically captured 24 hours after authorization
}
Request Field
Field | Type | Required | Description | Example | Min Length | Max Length |
---|---|---|---|---|---|---|
captureHoursDelay | Integer | Optional | Number of hours to delay the capture of the payment. If manual capture is set, this field is ignored. | 123 | - | - |