PluginsPayments

NetsEasy

Detailed guide for integrating and configuring the NetsEasy payment plugin with Omnium, including setup, required fields, and advanced options.

NetsEasy integration guide

Omnium supports payments via NetsEasy, providing seamless integration with the following core features:

  • Authorize
  • Capture
  • Refund

Partial support for ReleaseRemainingAuth has been implemented to give you extra control over unused authorizations.

Setup instructions

Follow these detailed steps to configure NetsEasy in Omnium and get the full payment solution up and running!

Configuration Path

  1. Navigate to:
    Configuration -> Settings -> Payment -> Payment Types -> "..." -> Add

  2. Fill out the required fields (see next section for more details).

Required Fields

FieldDescriptionExample
Unique Payment NameThe unique identifier for the ResursBank payment method.NetsEasy
Payment ServiceThe payment service name for the configuration.Netseasy
Display NameThe name displayed to users in the checkout process.Ex: NetsEasy, NetsEasy Norway
Terms URLNetsEasy mandates a terms URL for customer reference.https://yourdomain.com/terms
API TokenUsed for authenticating requests. This corresponds to ClientSecret in NetsEasy.e.g. 89dsa8s7da8sd7asd7...
Return URLRedirects customers here after they complete the payment. Mandatory for all transactions.https://yourdomain.com/payment/success
Base URLTarget URL for the NetsEasy API, varies between test and production environments.Test: https://test.api.dibspayment.eu Prod: https://api.dibspayment.eu
Vue TemplateEnsure the correct payment template is integrated. Use "netsEasy-payment" as the value.netsEasy-payment

Display in Cart

  • Set this to true if you want the NetsEasy payment option to appear directly within your shopping cart interface.

Advanced Options

You can enable "Get details from provider" to fetch real-time payment details directly from NetsEasy. This feature allows you to pull detailed transaction data by selecting the "Get payment information" action, ensuring you always get the latest info from the provider.

Limitations

  • Note: NetsEasy does not currently support releasing remaining authorizations independently from a charge. You’ll need to capture or cancel the full amount in these cases.

On this page