Abandon URL
info
This field allows you to define a custom URL where shoppers will be redirected if they decide not to complete the payment. Ensure the URL is properly formatted and accessible to avoid redirect issues.
Some things to keep in mind:
- If abandonUrl is not provided, we will use shopper's referrer instead.
- If abandonUrl is provided, it must start with http/https.
- The session will remain active (in the
New
status) until it expires, regardless of whether the button is clicked or not.
Request Example
{
"amount": "6900",
"currency": "ISK",
"returnUrl": "https://your-ecommerce-website.com/straumur_redirect",
"reference": "9990QQAZ1221",
"abandonUrl": "https://your-ecommerce-website.com/return_from_straumur"
}
Request Field
Field | Type | Required | Description | Example | Min Length | Max Length |
---|---|---|---|---|---|---|
abandonUrl | String | Optional | Specifies the URL shopper will be returned to if they don't go through with the payment. | https://your-ecommerce-website.com/return_from_straumur | - | - |