While using node sdk with development key i am not able to make any test payment, the redirectUrl taking me to a page where they asked for an email and after that showing an error. Please assist so i can make test payment and go for live
Node sdk development issue
Kulies
#1
elphas
#2
Good day.
Please note that when your integration is in test mode you have to pass your registered email as auth email
in NodeJS SDK you would do it like this
let payment = paynow.createPayment("Invoice 37", "yourpaynowregistermal@gmail.com");
Kulies
#3
[quote=“elphas, post:2, topic:6774”]
“Invoice 37”, "yourpaynowregistermal@gmail.com")
[/quot
when i use this format “paynow.createPayment(“Invoice 37”, "yourpaynowregistermal@gmail.com”)"
i got this error.