Quickpay

Priser Helpdesk Udviklere Log in Sign up

Produkt

Betalingsmetoder Integrationer Partnerprogram
Dotnet client logo

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

Basket

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]

Integration partners

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.

Kompile


Bemærk venligst! Brug af integrationen er på eget ansvar, og vi kan kun yde begrænset support på installation og brug af integrationen.