Skip to main content

Pre-Authorization

info

This field marks the authorization as a Pre-Authorization (Pre-Auth).

Pre-Authorizations are used to reserve funds on the customer's card and allow for an adjustment later on.

If you are looking to adjust the amount, you must set the Manual Capture parameter to true, or at least have a capture delay configured.

These authorizations can be canceled or captured at a later time like regular authorizations. However, they do have an extended time period for those actions compared to regular authorizations.

Default:

  • false

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",
"isPreAuth": true
}

Request Field

FieldTypeRequiredDescriptionExampleMin LengthMax Length
isPreAuthBooleanOptionalIndicate if this request is for a pre-authorization or a final one.true--