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
-
Navigate to:
Configuration -> Settings -> Payment -> Payment Types -> "..." -> Add
-
Fill out the required fields (see next section for more details).
Required Fields
Field | Description | Example |
---|---|---|
Unique Payment Name | The unique identifier for the ResursBank payment method. | NetsEasy |
Payment Service | The payment service name for the configuration. | Netseasy |
Display Name | The name displayed to users in the checkout process. | Ex: NetsEasy , NetsEasy Norway |
Terms URL | NetsEasy mandates a terms URL for customer reference. | https://yourdomain.com/terms |
API Token | Used for authenticating requests. This corresponds to ClientSecret in NetsEasy. | e.g. 89dsa8s7da8sd7asd7... |
Return URL | Redirects customers here after they complete the payment. Mandatory for all transactions. | https://yourdomain.com/payment/success |
Base URL | Target URL for the NetsEasy API, varies between test and production environments. | Test: https://test.api.dibspayment.eu Prod: https://api.dibspayment.eu |
Vue Template | Ensure 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.