Extend 7-day capture limit on Stripe

The Stripe extension allows capturing funds later, but due to it’s implementation is subject to a Stripe-induced 7-day expiration. Our current custom coded site that we’re switching from simply creates a customer in stripe when a transaction is processed and we have all the time we need to capture funds later. We don’t charge until shipment and sometimes (especially in 2021) those shipments can take a few weeks.

Please add an option to capture funds past 7 days by using their customer creation tool in their API detailed here: https://stripe.com/docs/saving-cards. This will save their card info and give as much time as needed to capture the card later.

Author

Current Status

Open

Last updated: September 8, 2021

2 comments

Log in to comment on this feature request.

  1. yairbendror says:

    We run an airbnb like site, and we need to pre-authorize damage deposits for as long as the client stays in the apartment, which can be up to 30 days sometimes.

    Now stripe api allows for capturing for up to 30 days whereas your plugin limits to the basic 7 days.
    Can you add this feature? I’d like a custom job on this if you can.

  2. Robert Ratliff says:

    My client doesn’t care if we pre-authorize the funds, just capture the card and customer information so we can process the card with a single click the day we ship the product.