Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Nov 2010
    Posts
    67
    Plugin Contributions
    0

    Default Accept order without payment?

    Can the Zen Cart shopping cart accept an order for me, and then let me key in (process) the customer's credit card number later on if I decide go ahead with the order?

    Some orders may be deemed too risky, therefore I may not want the customer's card charged or authorized immediately at the same time of the shopping cart order.

    I want to be able to simply capture the order from the shopping cart without payment...can Zen Cart do this?

    PS..The question above isn't referring to PayPal, AlertPay, GoogleCheckOut, or Amazon Checkout orders....I'm talking about orders with an actual merchant account.

    Thanks

  2. #2
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Accept order without payment?

    The Manual Credit Card module does this, but has been removed from 1.3.9+ because collecting card data online and storing card details in the database on a Shared Server for later offline processing at the least violates the agreement with the card companies and at worse is a criminal offence in many countries.

    With an Internet Merchant ID, as opposed to a normal Merchant ID, you can use a variety of 3rd party payment solutions which allow you to just "Capture" the card details. The card is checked in the normal way and a "shadow" for that amount is placed against the card (reserved) until a set period has expired or until you decide to actually proceed with the order (within that 'reserved' period).

    In the UK the most obvious 3rd party payment solution provider who provides "Capture" would be Sage Pay Direct.

    Vger

  3. #3
    Join Date
    Nov 2010
    Posts
    67
    Plugin Contributions
    0

    Default Re: Accept order without payment?

    Quote Originally Posted by Vger View Post
    The Manual Credit Card module does this, but has been removed from 1.3.9+ because collecting card data online and storing card details in the database on a Shared Server for later offline processing at the least violates the agreement with the card companies and at worse is a criminal offence in many countries.

    With an Internet Merchant ID, as opposed to a normal Merchant ID, you can use a variety of 3rd party payment solutions which allow you to just "Capture" the card details. The card is checked in the normal way and a "shadow" for that amount is placed against the card (reserved) until a set period has expired or until you decide to actually proceed with the order (within that 'reserved' period).

    In the UK the most obvious 3rd party payment solution provider who provides "Capture" would be Sage Pay Direct.

    Vger
    Thanks Vger,

    Unfortunately I don't think the 3rd party processors (paypal web standard, amazon, google, alertpay) that we use here in the states offer that "capture" that you are talking about.

    At least, not that I know. If someone can correct me on that, please do.

    Also didn't know there was a difference between "Internet Merchant ID" and "Merchant Id"...can you explain?

  4. #4
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Accept order without payment?

    A Merchant ID allows you to take payments in a Bricks-n-Mortar shop with an EPOS terminal or the old-fashioned card machine where you put the card in, put a signed transaction slip in, and pull the bar across. These are called "Customer Present" transactions.

    An Internet Merchant ID allows you to take payments online. These are "Customer Not Present" transactions. You don't need this if you use the Standard Pay Pal module (IPN).

    Vger

  5. #5
    Join Date
    Nov 2010
    Posts
    67
    Plugin Contributions
    0

    Default Re: Accept order without payment?

    Quote Originally Posted by Vger View Post
    A Merchant ID allows you to take payments in a Bricks-n-Mortar shop with an EPOS terminal or the old-fashioned card machine where you put the card in, put a signed transaction slip in, and pull the bar across. These are called "Customer Present" transactions.

    An Internet Merchant ID allows you to take payments online. These are "Customer Not Present" transactions. You don't need this if you use the Standard Pay Pal module (IPN).

    Vger
    "With an Internet Merchant ID, you can use a variety of 3rd party payment solutions which allow you to just "Capture" the card details"


    OK...how can you use PayPal to just "capture" the order and not charge the customer the full amount until time of shipment? Thanks for the info so far...but can you tell me HOW to simply "capture" the order with PayPal or the other 3rd party processors?
    Last edited by organelle67; 19 Dec 2010 at 12:04 AM.

  6. #6
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Accept order without payment?

    I didn't say you could use "Capture" with the Standard Pay Pal module. Where you use a payment processor which allows for Capture what happens is that the card is checked in the normal way and a "Shadow" is placed against the card for that amount for a set period of time - often 30 days. What this means is that that amount of money is not taken but is reserved for you for that period of time. If you then want to take the money you complete a further step to authorise taking the payment and the "Shadow" becomes a payment. If you don't do that then the Shadow lapses at the end of the period.

    Vger

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Accept order without payment?

    I'll also point out that the 'shadow' counts against the customer's credit card limit, and can cause her problems if she is close to the limit and tries to use the card when your 'shadow' is active.

    I think this is a bad idea all the way around.

  8. #8
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Accept order without payment?

    For sites which don't actually hold the items in stock but have to check with their suppliers then using Capture is really the only way they can operate. If they took the money and then had to refund a high percentage of orders then they'd get hit with charges for the Refunds - which could work out to be substantial.

    Vger

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Accept order without payment?

    Good point - I don't do dropshipping, so I never think of those considerations.

  10. #10
    Join Date
    Jan 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Accept order without payment?

    I'm running 1.3.9h and offline is still in here, might just be because I've upgraded over the last 3 years. But i do agree that storing their CC's is just a bad idea, it also opens you up to lawsuits.

    how long is your "holding time" on your average drop ship? I'm sure you have seen the order time life music , 6-8 weeks for delivery. You are correct suppose to charge when it ships or "within reason" If you add most items ship with in 3 days, bill them right away.


    if you get a real CC processor, you can also just auth and them manually log into say (authorize.net) and do the capture. but he is correct that it does put a hold on their card for the "base" amt. But that allow 4-8 weeks is doing the same thing!!!!

    <snip from processing in zen cart>
    Authorization Type
    Do you want submitted credit card transactions to be authorized only, or authorized and captured?

    Authorize
    Authorize+Capture

    </snip from processing in zen cart>


    But do you really want an order that they can not pay for? this is how they are getting around it legally, this is what it was designed for. you still have to log into your "gateway" and close the deal. the hardest part of this will be getting into authorize.net in the first place, they gave me a hard time even after owning a business for 5 yrs, credit score over 780 and 40k in the company bank account. When they phone interview you, pick your answers wisely, and if they want to hold back say 10, 20% for 60 days in case of charge offs refunds that not really a big deal if you have a real company, with a good product. In 4 years i only had to do 2 refunds and have had ZERO charge backs.
    Hope that helps

    ZX

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Set Up to Accept File Upload Without Order
    By ShopVille in forum General Questions
    Replies: 0
    Last Post: 17 Mar 2015, 10:36 PM
  2. send order without payment
    By Stingraynut in forum General Questions
    Replies: 13
    Last Post: 24 Nov 2011, 11:10 PM
  3. Payment Received Without Order
    By noderaser in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 6 Sep 2010, 09:05 PM
  4. Paypal accept payment without creating account?
    By Cindy2010 in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 7 May 2010, 05:43 AM
  5. Order without any payment - Google Checkout
    By eaglewu in forum Addon Payment Modules
    Replies: 1
    Last Post: 28 Jan 2007, 09:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg