eraycetinay / node-nestpay

A NodeJS module to interface with Nestpay Payment Gateway.
MIT License
29 stars 13 forks source link

Unable to locate merchant URL for return, issuer ACS responds with an invalid PARes or system error #6

Closed ardaorkin closed 2 years ago

ardaorkin commented 2 years ago

Hello. First of all, thank you for this great library. I am troubled with an error for two days which is in the header of this issue. I created a node-nestpay instance and used the secure3d method to make a purchase. I used Axios to send a POST request to the URL with the form in the body which are in the returned object from the secure3d method. In the end I got the error. Do you know why I may have this error?

ardaorkin commented 2 years ago

With the help of the @eraycetinay, I was able to run the code by using the example flow in the secure3dExpress.js