Skip to main content

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 demo

Use 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:
<iframe
  src="https://pricing.resurs.com/stores/[your-store-id]/channels/[channel-type]/payment-methods/[your-payment-method-id]?amount=[amount]&customerType=[customer-type]"
  width="450"
  style="border: none;"
></iframe>
See the URL Parameters section for details on all available parameters.

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:
<iframe
  src="https://pricing.resurs.com/checkout/stores/[your-store-id]/channels/[channel-type]/payment-methods/[your-payment-method-id]?amount=[amount]&customerType=[customer-type]"
  width="450"
  style="border: none;"
></iframe>
See the URL Parameters section for details on all available parameters. You can add a link to our hosted price info page so customers can view pricing in a page hosted by us. Example:
<a
  href="https://pricing.resurs.com/stores/[your-store-id]/channels/[channel-type]/payment-methods/[your-payment-method-id]?amount=[amount]&customerType=[customer-type]"
>
  View payment options
</a>
See the URL Parameters section for details on all available parameters.

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

ParameterDescriptionRequired
modeOptional mode. If present, valid modes include: checkout.No
storeIdYour unique store identifier.Yes
channelTypeThe sales channel (see Channel Types).Yes
paymentMethodIdUnique payment method identifier.Yes

Query Parameters

ParameterDescriptionRequired
amountPurchase amount as a plain number (e.g., 123 or 123.45). No thousands separators or currency symbols.Yes
customerTypeNATURAL for consumers (B2C) or LEGAL for businesses (B2B). Defaults to NATURAL.No
repaymentMonthsNumber of repayment months.No
interestRateInterest rate.No

Channel Types

ValueDescription
ECOMMERCEStandard e-commerce webshop
MERCHANT_PORTALMerchant portal
MERCHANT_APIMerchant API (MAPI)
ONLINE_APPLICATIONSApply Retail Credit

Customer Types

ValueDescription
NATURALIndividual / consumer (B2C)
LEGALBusiness / company (B2B)

What the Page Displays

Default Mode

Default price info page showing payment methods, amount slider, and price breakdown
The default pricing page shows:
  • 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

Checkout price info page showing fixed amount with price breakdown
The checkout view shows the same pricing information but with a fixed amount — the amount slider is hidden since the purchase amount is already determined at checkout.

Amount Limits

Each payment method defines minimum and maximum allowed amounts. If the amount 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:
CountryLanguage
Sweden (SE)Swedish
Norway (NO)Norwegian
Finland (FI)Finnish
Denmark (DK)Danish
English is available as a fallback language.

Fetching Your Store ID and Payment Method IDs

To obtain your storeId and see which payment methods are available for your store refer to the Resurs Bank merchant API documentation.