Portalum / Portalum.Zvt

A .NET Zvt Library for Payment Terminals (C#)
MIT License
88 stars 36 forks source link

How to create a functional payment process? #3

Closed Proggopogo closed 2 years ago

Proggopogo commented 2 years ago

Hello again! I'm still working on my little terminal application, and I ran into some issues. With your changes, starting a payment is a breeze, but finishin it just doesn't work. After starting a payment, I insert the card into the machine, enter the pincode, and promptly receive the message "Payment aborted". I really would like to push a payment through, but I don't have the knowledge of the library to create the neccessary steps. @tinohager, can you help me out again? Also, the machine is able to create a receipt on its own. How do I fetch that receipt?

Edit: It worked once per NFC reader, but not through the regular card reader.