VOOZH about

URL: https://www.nuget.org/packages/OmniKassa_Rabobank/

⇱ NuGet Gallery | OmniKassa_Rabobank 1.6.4




OmniKassa_Rabobank 1.6.4

dotnet add package OmniKassa_Rabobank --version 1.6.4
 
 
NuGet\Install-Package OmniKassa_Rabobank -Version 1.6.4
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OmniKassa_Rabobank" Version="1.6.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OmniKassa_Rabobank" Version="1.6.4" />
 
Directory.Packages.props
<PackageReference Include="OmniKassa_Rabobank" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OmniKassa_Rabobank --version 1.6.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OmniKassa_Rabobank, 1.6.4"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OmniKassa_Rabobank@1.6.4
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OmniKassa_Rabobank&version=1.6.4
 
Install as a Cake Addin
#tool nuget:?package=OmniKassa_Rabobank&version=1.6.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Rabo Omnikassa .NET SDK

This repository contains the official .NET SDK for Rabo OmniKassa.

Rabo Omnikassa offers merchants an all-in-one solution to receive payments on your physical and online locations. It includes a dashboard that puts you in full control of your Rabo OmniKassa and all products included in it: Rabo OnlineKassa, payment terminals, Rabo PinBox, Rabo SmartPin, Retourpinnen, Rabo PinTegoed, Rabo Betaalverzoek Plus and payment brands such as: Maestro, V PAY, iDEAL, MasterCard, Visa, PayPal, AfterPay and Sofort.

The .NET SDK allows .NET developers to integrate their web shop with Rabo OmniKassa to handle online payments. Note that besides using an SDK Rabo OmniKassa also provides other ways to integrate that may require less effort. More information on this topic can be found on the Developer Portal of Rabobank.

Installation instructions and detailed developer documentation on how to use the .NET SDK as well as contact information can be found in the SDK manual.

Release notes

Version 1.6.4

  • Improved release notes

Version 1.6.3

Version 1.6.3 updates the SDK to use the new api.pay.rabobank.nl domain and now appends the required omnikassa-api path internally. If you manually configure the base URL (not using the Environment enum), update your configuration to remove any path segments�see below for correct usage.

Manual base URL configuration required If you set the base URL yourself, ensure it contains only the domain (no path segments). See the examples below for the correct format.

Correct vs. Incorrect Configuration Examples

Environment Incorrect URL Correct URL
Production https://api.pay.rabobank.nl/omnikassa-api/ https://api.pay.rabobank.nl/
Sandbox https://api.pay-sandbox.rabobank.nl/omnikassa-api-sandbox/ https://api.pay-sandbox.rabobank.nl/

Using the old paths will result in invalid URLs and failed API calls.

Version 1.6.1

  • Add Docker configuration for development and testing.
  • Add GitHub workflow for PR testing.
  • Add support for the OrderStatus API.
  • Add support for 'Card on File'
  • Add support for 'Fast checkout'
  • Removed support for older .NET versions (EOL) and updated target frameworks.

Version 1.5.0

  • Added partner reference support
  • Added UserAgent support
  • Added shopperBankStatementReference support
  • Added .NET 7 and 8 to target frameworks, and removed netstandard targets
  • Migrated .NET 4.6.2 sample to .NET 6.0

Version 1.4.0

  • Extended SDK to support refunds.
  • Added support for .NET 6.
  • Removed support for EOL .NET versions.

Version 1.3.7

  • Added support for supplying the RefreshToken, SigningKey, CallbackUrl and BaseUrl values via the configuration files for the sample implementations.
Samples version Configuration file
DotNet50 samples/OmniKassa.Samples.DotNet50/appsettings.json
DotNet461 samples/OmniKassa.Samples.DotNet461/Web.config
DotNetCore31 samples/OmniKassa.Samples.DotNetCore31/appsettings.json

Version 1.3.5

  • Fixed an automated pipeline issue (No changes in code)

Version 1.3.4

  • First automated pipeline release for NuGet (No changes in code)

Version 1.3.2

  • Added correct package information for NuGet (No changes in code)

Version 1.3.0

  • Extended SDK to support SOFORT as payment brand.

Version 1.2.0

  • Extended SDK to retrieve a list of iDEAL issuers.
  • Extended SDK to allow the iDEAL issuer to be passed in the order announcement.
  • Extended SDK to allow the payment result page (also known as the 'thank-you' page) to be skipped in the payment process.
  • Extended SDK to allow the name of the customer to be passed in the order announcement.
  • Added support for .NET 5.

Docker configuration

Dev and test containers

The compose file contains services for dev and test. Dev containers use volume mapping, test containers copy the source into the container. This makes cross-platform development easier, as the test containers can be run from any platform, as long as the Docker engine uses the appropriate platform (Linux or Windows) for the container.

As volume mapping generally doesn't work cross-platform, you should use a 'matching' platform for development. For testing only the Docker engine platform is relevant. Linux containers can run on any platform, Windows containers can only run on Windows.

Running the tests

To run the tests, you can use the following command:

docker compose up --build TARGET_SERVICE

For example:

docker compose up --build netcore6-windows-test

For the target services, see the compose.yaml file, any service that ends with -test can be used as a target service.

Using the dev containers

To use the dev containers, you can use the following command:

docker compose run --rm TARGET_SERVICE shell

For example (Linux):

docker compose run --rm netcore6-linux-dev /bin/bash

For example (Windows):

docker compose run --rm netframework46-windows-dev cmd.exe
Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 is compatible.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OmniKassa_Rabobank:

Package Downloads
GeeksCoreLibrary.Modules.Payments.RaboSmartPay

Rabo Smart Pay plugin for the order process of the GeeksCoreLibrary.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.4 1,306 3/17/2026
1.6.3 224 2/12/2026
1.6.2 122 2/12/2026
1.6.1 707 11/12/2025
1.6.0 339 11/3/2025
1.5.0 23,503 4/18/2024
1.4.0 6,165 10/25/2022
1.3.7 559 9/6/2022
1.3.5 530 9/2/2022
1.3.4 632 6/1/2022
1.3.3 572 5/24/2022
1.3.2 597 5/10/2022
1.3.0 1,556 5/5/2022