We need different cases for transaction ID returns 0
05-18-2018 02:27 AM
A transaction ID = 0 is returned either when the request fails basic checks or if the transaction was processed in test mode.
It isn't clear what API you are using but these are the common reasons a 0 is returned-
Basic checks:
Valid card number
Valid, non-expired expiration date
Valid amount
No missing required fields (see Payment Form Settings)
Test mode - check your Settings -> Test Mode or if you are sending test mode in your request
05-18-2018 02:56 PM
Hi mmcguire,
We are getting the transaction details response when payment was successfull.
But some failure scenarios like decilned,max amount limit excceed,insufficient funds etc.. In those cases always errors are handled on Hosted Payment Page itslef ?
or do we need to take care of any failure cases? If yes let us know those cases to handle from our end
05-22-2018 08:13 AM
Any Suggestions?
05-30-2018 02:22 AM