Posted by himanshu_batra on March 19, 2012 at 7:23am
hello frndz..... i am just looking for the CREDIT CARD VALIDATION in the ubercart.
Q:-when a customer makes a payment, only the credit
card is validated and no payments are made. This number will be stored in the database.
Comments
possible, sort of..
Authorization only transactions are supported on a payment gateway basis. For example, the paypal website payments gateway allows you to either complete the sale, or just authorize it (located at /admin/store/settings/payment/edit/methods).
Setting it to use authorization only will trigger an authorization, and you site will hold a token that can be used to tell paypal to complete the transaction. Other payment gateways will act similarly. Due to PCI compliance rules, and good security practices, Ubercart will never store the credit card number in the database.
Hope this helps,
Andy