I am using the authorizenet payment gateway. I am sending the parameter to the authorizenet with x_test_request=TRUE
. Upon redirecting to the authorizenet it i开发者_JS百科s giving me this error:
3,2,33,(TESTMODE) Credit card number is required.,000000,P,0,774,,100.00,CC,auth_capture,4,vaibhav,Saxena,,test,delhi,,250002,IN,9310974585,,vaibhav1407@gmail.com,,,,,,,,,,,,,,908EB9BC737024E17
Do I need to pass the card number in test mode or if I need to do I still need to pass it in live mode?
You need to pass it in live mode and test mode. The credit card number is obviously the most important piece of information when processing a credit card payment so how can you test your integration without it?
精彩评论