#goutamd-capture
1 messages · Page 1 of 1 (latest)
@sage tusk
yep, you can only hold funds for 7 days.
Is there a way we can reauthorize and perform this action?
you'd create a new transaction/PaymentIntent and charge the customer again, basically.
(note I do not know what Elastic Path or 'moltin' are by the way)
Are there any Stripe API's for doing the above?
yep, the same APIs you'd use for charging the customer in the first place. For example if you saved their card during the initial payment, you can attempt another charge on it : https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
but I assume you don't use our APIs directly and use some third-party e-commerce system(I think that's what Elastic Path is) that's wrapping around the Stripe APIs?
in which case you'd want to look at the documentation for that platform as to how you either charge an existing customer's saved card, or process an entirely new transaction; there's no way to re-use the previous one, it's been fully refunded to the customer.
yes the 3rd party ecommerce is ElasticPath which has Stripe integrated.