I want to store credit card data up front when a user signs up, so that I can charge users later after I perform my service. What is the best way to do this?
Pretty easy to do in Stripe. You first need to ‘create a charge’ with the capture option set to ‘false’. Bear in mind that uncaptured (unclaimed-by-you) charges do expire after X days. I believe that is 7 days from the original charge date/time.
This topic was automatically closed after 70 days. New replies are no longer allowed.