Hi All,
I started creating a custom payment module for authorize.net for processing the credit cards. Created a custom form for entering the credit card details cc number, name , expiry date and CVV.
In validation.php front controller fetching these values and making a call to authorize.net. Based on the response, we are calling either the order-confirmation page Or "ccfailure" front end controller to display error message from authorize.net. The Complete flow is working as expected.
My problem is when submitting the Credit card form, I am able to see the user cc information in browser network tab in Query string parameters. This information is also appending the URL in the browser.
Can anyone let me know How can I hide these details?
Thanks In Advance