The quickpay-dotnet-client is an offial client for Quickpay API. Quickpay API makes it possible to receive payments safely and securely.
Visit github.com/quickpay/quickpay-dotnet-client for more information about the client
If you have more than 10 basket items, a checksum error can happen because of the sorting in .Net.
You solve this by using
basket[00][qty]
basket[01][qty]
...
basket[10][qty]
instead of
basket[0][qty]
basket[1][qty]
...
basket[10][qty]
If your support request is beyond what we can help with, you are welcome to contact our integration partners. Please note that our integration partners possibly will charge for their time with support, installation etc.
Please note! Use of the integration is at your own risk, and we only provide limited support on installation and usage of the integration.