I've spent the last 3 hours googling how to take a customer's credit card number and charge it later. This is useful for products that are out of stock or if the customer wants to delay shipment. Nothing I found made any sense since I'm not an API programmer.
What's more, nothing came up when I googled the words "Keep a Credit Card Number on file And Charge Later." Turns out, this is because paypal and the people who blog about this sort of issue call it by the official merchant terminology: "authorization and capture."
Now, if you Google "authorization and capture," you'll get a lot of pages. But you won't be able to understand any of them. So I simplified it for you here.
Every paypal button comes with embeddable code. Whether you're embedding a buy now button, a add to cart button, or even a subscription button, all you have to do is add one more parameter to the code. Here it is:
paymentaction="authorization"
When you do, instead of making a transaction add to your paypal balance, paypal holds the money until you select "capture" from your paypal history list. If you have any questions, contact us at http://sparkah.com/website.php
Comments [0]