Resurs Price Info
Resurs Price Info lets your customers explore payment plans, monthly costs, interest rates, and total credit costs directly in your storefront. Embed it as an iframe or link to our hosted page. Live demoUse Cases
Embedded in your page
Display Resurs price info directly in your page using an<iframe>.
The recommended width for your iframe is 450 pixels for optimal layout. The minimum supported width is 320 pixels.
Example:
Checkout Mode
You can embed a checkout-tailored variant of the price info page. In checkout mode, the purchase amount is fixed (no amount slider is shown), making it suitable for order confirmation, or embedding in your checkout, where the amount is already determined. Example:Link to us
You can add a link to our hosted price info page so customers can view pricing in a page hosted by us. Example:Constructing the URL
A price info URL consists of a base URL, mode (optional), store ID, channel type, payment method ID, amount, customer type, repayment months (optional), and interest rate (optional).URL Parameters
Breaking down this example:https://pricing.resurs.com/[mode]/stores/[store-id]/channels/[channleType]/payment-methods/[paymentMethodId]?amount=[amount]&customerType=[customerType]&repaymentMonths=[repaymentMonths]&interestRate=[interestRate]
Positional Parameters
| Parameter | Description | Required |
|---|---|---|
mode | Optional mode. If present, valid modes include: checkout. | No |
storeId | Your unique store identifier. | Yes |
channelType | The sales channel (see Channel Types). | Yes |
paymentMethodId | Unique payment method identifier. | Yes |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
amount | Purchase amount as a plain number (e.g., 123 or 123.45). No thousands separators or currency symbols. | Yes |
customerType | NATURAL for consumers (B2C) or LEGAL for businesses (B2B). Defaults to NATURAL. | No |
repaymentMonths | Number of repayment months. | No |
interestRate | Interest rate. | No |
Channel Types
| Value | Description |
|---|---|
ECOMMERCE | Standard e-commerce webshop |
MERCHANT_PORTAL | Merchant portal |
MERCHANT_API | Merchant API (MAPI) |
ONLINE_APPLICATIONS | Apply Retail Credit |
Customer Types
| Value | Description |
|---|---|
NATURAL | Individual / consumer (B2C) |
LEGAL | Business / company (B2B) |
What the Page Displays
Default Mode

- Amount slider — adjustable purchase amount within the payment method’s min/max limits
- Amount input — enter an exact purchase amount directly instead of using the slider
- Duration selector — choose repayment period from available options (number of months for credit products, number of days for invoice)
- Price breakdown — depending on the payment method, shows:
- Monthly repayment amount
- Interest rate and effective interest rate
- Monthly administration fee
- Arrangement fee
- Total credit cost and total loan cost
- For invoices: account fee and payment timeframe
- Campaign badges — promotional payment plans are highlighted
- Legal links — links to SECCI (standardised European consumer credit information) and general terms
- Credit warning — for Swedish stores, a mandatory consumer credit warning is displayed when appropriate
- Apply link — if available, a call-to-action button to apply for the payment method
Checkout Mode

Amount Limits
Each payment method defines minimum and maximum allowed amounts. If theamount parameter is outside the allowed range, the page displays a warning and offers a button to adjust to the nearest valid amount.
Localization
The page automatically detects the store’s country and sets the language accordingly:| Country | Language |
|---|---|
| Sweden (SE) | Swedish |
| Norway (NO) | Norwegian |
| Finland (FI) | Finnish |
| Denmark (DK) | Danish |
Fetching Your Store ID and Payment Method IDs
To obtain yourstoreId and see which payment methods are available for your store refer to the Resurs Bank merchant API documentation.