Hello,
Quote:
Originally Posted by dharmendralko
i have create a payment gateway but i don't know how i can add credit card form (card number, cvv, holder name etc.) on check page and process them?
|
I believe you should not do it as it may be against the PCI DSS rules: the cardholder data must not be processed or transmitted through regular web servers.
There is a method to display the payment form on your website, but get it submitted directly to the payment gateway's server. As far as I know PayPal Advanced API works this way, so you may install
PayPal module and check how it implements the payment form for that API.