In our store we are selling items that often require some JIT assembly. As a result orders can ship a week or so after the the order is placed. To be fair to the customer we want to bill when the order is shipped. The best procedure we could find is the following:
1) Record the order - take CC info manually
2) Build up order
3) Settle CC charge - will require a telephone call to customer to obtain CVV number
4) Ship
This process is obviously time consuming and problematic since we will need to contact the customer for the CC verification.
Any ideas on this ? Is there a pre-approval/submit CC mechanism that can be used to avoid the manual charge settlement ?
Thanks