MultiLinkResource
A multi-link together with the public URL and QR-code URL used to start payments.
The reusable multi-link configuration.
The unique ID of the multi-link.
"KSNMWEWZPPA"The ID of the point of sale associated with the multi-link.
uuid"0192473a-e381-705c-b61c-fc2ac9624afc"Whether the multi-link can start new payment sessions.
"ACTIVE""DEACTIVATED""ACTIVE"The default payment amount in minor units.
1095The ISO 4217 alpha-3 currency code.
"DKK"The subscription configuration, when the multi-link creates subscriptions.
The configured recurring amount in minor units.
1095The configured subscription type.
"SCHEDULED""UNSCHEDULED""SCHEDULED"The configured subscription expiry date.
date"2027-12-31"The configured scheduled-subscription interval.
The unit used to calculate the charge interval.
"DAY""WEEK""MONTH""YEAR""MONTH"The number of period units between charges.
1 <= value <= 311The configured automatic billing agreement.
The ID of the billing plan used by the agreement.
uuid"019a7266-2f3a-7b26-9c93-b950aea9e13c"The configured first automatic-charge date.
date"2027-01-01"The configured 3-D Secure mode.
"NORMAL"The configured payment-session timeout in minutes.
30The configured instant-capture behavior.
"OFF"The configured cardholder statement text.
"Store purchase"The configured merchant pass-through attributes.
Whether failed-payment notifications are configured.
falseWhether expired-session notifications are configured.
falseWhether cardholders can enter their own payment amount.
trueThe configured payment-status notification URL.
uri"https://example.com/payment-notifications"The configured pre-authorization callback URL.
uri"https://example.com/pre-authorizations"The configured successful-payment redirect URL.
uri"https://example.com/payment-success"The configured payment-window return URL.
uri"https://example.com/payment-return"The configured final-failure redirect URL.
uri"https://example.com/payment-failure"The configured retry redirect URL.
uri"https://example.com/payment-retry"The configured maximum payment attempts for a session.
3The configured SCA exemptions.
Array [
string
An SCA exemption code.
"TRA"]
The configured age-verification requirements.
The minimum age the cardholder must verify.
0 <= value <= 9918The country whose electronic ID is used for verification. Only Denmark is currently supported.
"DK""DK"The configured line items.
Array [
A line item copied to every payment session created from the multi-link.
The descriptive name of the line item.
1 <= length <= 255"Reusable coffee cup"A registered point-of-sale URL for an image of the line item.
uri1 <= length <= 1024"https://example.com/images/reusable-cup.png"The quantity of the line item.
0 <= value1The line total in minor units, including tax and discounts.
0 <= value <= 2000000001095The price of one item in minor units, before discounts.
value <= 2000000001095The category of the line item.
"PHYSICAL""DISCOUNT""SHIPPING_FEE""SALES_TAX""DIGITAL""GIFT_CARD""STORE_CREDIT""SURCHARGE""OTHER""PHYSICAL"]
The configured allowed payment methods.
Array [
PaymentMethodType
The type of the payment method.
"CARD""VIPPS_MOBILEPAY""MOBILEPAY_ONLINE""APPLE_PAY""GOOGLE_PAY""SWISH""VIABILL""ANYDAY""KLARNA""CARD"]
The UTC time at which the multi-link was created.
date-time"2026-04-01T15:04:05Z"The public URL that creates a new payment session when opened.
uri"https://payments.epay.eu/ml/KSNMWEWZPPA"The public PNG QR-code URL encoding the multi-link URL.
uri"https://payments.epay.eu/multi-links/KSNMWEWZPPA/qr.png"{ "multiLink": { "id": "KSNMWEWZPPA", "pointOfSaleId": "0192473a-e381-705c-b61c-fc2ac9624afc", "state": "ACTIVE", "amount": 1095, "currency": "DKK", "subscription": { "amount": 1095, "type": "SCHEDULED", "expiryDate": "2027-12-31", "interval": { "period": "MONTH", "frequency": 1 }, "billingAgreement": { "billingPlanId": "019a7266-2f3a-7b26-9c93-b950aea9e13c", "nextChargeAt": "2027-01-01" } }, "scaMode": "NORMAL", "timeout": 30, "instantCapture": "OFF", "textOnStatement": "Store purchase", "attributes": { "property1": null, "property2": null }, "reportFailure": false, "reportExpired": false, "dynamicAmount": true, "notificationUrl": "https://example.com/payment-notifications", "preAuthUrl": "https://example.com/pre-authorizations", "successUrl": "https://example.com/payment-success", "returnUrl": "https://example.com/payment-return", "failureUrl": "https://example.com/payment-failure", "retryUrl": "https://example.com/payment-retry", "maxAttempts": 3, "exemptions": [ "TRA" ], "ageVerification": { "minimumAge": 18, "country": "DK" }, "orderLines": [ { "description": "Reusable coffee cup", "imageUrl": "https://example.com/images/reusable-cup.png", "quantity": 1, "totalAmount": 1095, "unitPrice": 1095, "type": "PHYSICAL" } ], "allowedPaymentMethods": [ "CARD", "VIPPS_MOBILEPAY" ], "createdAt": "2026-04-01T15:04:05Z" }, "url": "https://payments.epay.eu/ml/KSNMWEWZPPA", "qrUrl": "https://payments.epay.eu/multi-links/KSNMWEWZPPA/qr.png"}