Can we save credit card number and pre-load on next order?
-
- Ensign (ENS)
- Posts: 16
- Joined: Fri Jan 16, 2009 11:20 pm
Can we save credit card number and pre-load on next order?
We sell subscription based services in our application and want to save a user's credit card so we can automatically prefill the cc field when they place another order. Is there a way to do this in Able?
Re: Can we save credit card number and pre-load on next order?
You can store credit card information along with order in AbleCommerce for a specified number of days. In order to store credit card information you need to enable credit card storage from store settings. So one way to accomplish this could be to find out available credit card information from some old order and use it for new one on checkout. The other possible solution could be to store credit card information in user settings. Each user has its own settings so you can storea each customers credit card in its own user settings and then upon checkout you can get card information out of user settings of current user and use it to place order.