Deferred Payment Options

Deferred payments are used when one or more of the items you sell fall under any of the following scenarios.

  1. Shipping cannot be calculated during the checkout process.
  2. An item or order must be custom manufactured and cannot be accurately priced in real time.
  3. One or more product "styles" must be custom manufactured and cannot be accurately priced in real time.
  4. You must have contact with the customer after the order is placed before you are able to finalize the total of the order.

We have 2 options on deferring payments. See attributes.defercapturecredit from Application.cfm Settings below.

  1. Capture the customer's credit card number and run it manually after the order is calculated. Please note that any orders with deferred payments will not be processed in "real time" if you are using a real time payment gateway. Credit card information will be captured and you must process it manually then delete it from the database.
  2. Defer the payment completely and have the customer return to the site to enter their payment information. This is the best choice for real time processing. This is also a good choice if you are not using real time processing, as the customer will have to return to the site to submit payment on the final order total. This will remove the possibility of them saying "I didn't authorize them to charge that much" in case of a dispute.

Application.cfm Settings

Product Level Settings