danielfelipe16 Posted January 20, 2020 Share Posted January 20, 2020 (edited) Hello! Our payment gateway provider requires 3 additional parameters in credit card payments, otherwise their antifraud module triggers a fraud attempt and the payment fails. I know other countries don´t require this, but in my country is mandatory for this company. They require name on the card, National ID number and number of installments . I could achieve this by setting cookies via Jquery and reading them back in PHP, this works, however, some customers have addons on their browsers that mess with the cookies, and some of our payments fail because they lack of this parameters. Adding the input fields in the template does not solve the issue because the data does not get posted to the credit card gateway. Does anybody know how to get this working? I would appreciate any help Edited January 20, 2020 by danielfelipe16 0 Quote Link to comment Share on other sites More sharing options...
cdeese8 Posted January 23, 2020 Share Posted January 23, 2020 Is it possible to disable the antifraud? That might be an option.... I'm not able to help aside from that idea. Best of luck. 0 Quote Link to comment Share on other sites More sharing options...
danielfelipe16 Posted February 3, 2020 Author Share Posted February 3, 2020 On 1/23/2020 at 6:25 PM, cdeese8 said: Is it possible to disable the antifraud? That might be an option.... I'm not able to help aside from that idea. Best of luck. Thanks for your reply, I had to create a temporary database and save the required data via ajax before submitting the payment, and modify the orderform and creditcard template, works flawless 1 Quote Link to comment Share on other sites More sharing options...
Corner Posted March 21, 2020 Share Posted March 21, 2020 Hi @danielfelipe16, I have an issue to building merchant gateway, Can you please have a look, Here is my topic link : Thanks 0 Quote Link to comment Share on other sites More sharing options...
bellafronte Posted July 13, 2020 Share Posted July 13, 2020 Same issue and question here 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.