Downloads & resources
Logo
Please take a look at our styleguide, where you can download the logo in various formats. Here below you can also download Zip files with the most common types:
Download link | Description |
---|---|
logos | Set of netgiro logos in multiple sizes and formats (png and svg) you can use when integrating netgiro. |
logo link | Path to Netgiro logo (Size 100) |
Netgíró loader screen
Screen with branding elements and a text to which purpose is to give user information that web-shop is contacting Netgíró payment service. Here is example of it:
In table below there are logo and loader links that are used on loader screen, also there is finished html example which you can use as loader screen.
Download link | Description |
---|---|
logo | Logo format used in the design. |
loader | Loader used in the design. |
Netgiro loader screen example - html | Example of html for loader screen |
Netgíró Partial Payments Widget
Netgíró branded widget that calculates the lowest possible installment for a given amount.
Compact Partial Payments Widget
Link to reference | Description |
---|---|
Compact widget script | Library for compact widget that needs to be referenced before sending in the request for a calculation. |
Slider Partial Payments Widget
Link to reference | Description |
---|---|
Slider widget script | Library for slider widget that needs to be referenced before sending in the request for a calculation. |
In order to get our calculations, you need to send in following parameters:
Parameter | Type | Description |
---|---|---|
amount | Number | Valid values: from 9900 to 1000000 |
containerId | String | Element on the page that will contain the widget. Query selector will select the first element matching the CSS selector on the document. Widget’s width will adjust to the container. |
If either of the parameters are invalid, widget won’t be generated on your pages.
Example :
NetgiroCalculator({amount: 10000, containerId: "#widget-wrapper"})
Calculations API
Netgiro exposes public API that you can use to calculate partial payments in Netgiro
https://api.netgiro.is/calculator/swagger/index.html
Netgíró API
Full api reference can be found at https://api.netgiro.is/v1/help.
Demo projects
Download link | Description |
---|---|
Demo projects | Demo projects showing integration with Netgiro on ASP.NET MVC project. |
Html demo projects | Demo project showing integration with Netgiro using only html and javascript. |
POS modules
If you need to create your own POS integration for systems running on Windows you can use our .NET POS module. It’s quite convenient method for fast and secure integration. The whole payment workflow is at hand with few lines of code in your system. See the .NET POS module documentation for more info. We also have a module written in Delphi available. For any specific detail and further technical instructions about POS integration, please contact our developers at dev[at]netgiro.is.
Download link | Description | Last updated | Details |
---|---|---|---|
.NET POS module 3.3 | .NET POS module (version 3.3). Supports .NET 3.5 and .NET 4.0+ | 29.4.2019. | Documentation included |
Installable POS modules based on your system
We support all the major POS systems in Iceland. Please contact us at netgiro@netgiro.is for details and download packages based on your system version.
POS System | Description |
---|---|
Centara | Centara |
Dynamics Ax | Microsoft Dynamics Ax |
DK | dkPos and dk iPos |
LS Retail | Module for various LS Retail versions |
Business Central / NAV 2018 | Business Central / NAV 2018 module |
SagaPOS | SagaPOS from Strikamerki/Origo |
Regla POS | Regla POS |
Netposi
Netposi is Netgíró’s POS web only solution. You need to be registered Netgíró partner to use it.
Download link | Description |
---|---|
Netposi manual | Quick instructions to get you up and running in no time - the quickest way to start charging Netgíró users. |