Capture/hold funds instead of charging
-
Is it possible to capture/hold funds instead of charging the card?
https://stripe.com/docs/charges/placing-a-hold
I am trying to get users (10 to 100 users) to pay a refundable deposit. Only one user will get to pay the final deposit, all the other users will get their money refunded.
I’m talking about large amounts (2.500-10.000) and the fees are huge.
Looks like an easy feature to implement:
https://support.stripe.com/questions/using-authorization-and-capture-with-paymentintentsTo use auth and capture with Payment Intents, you can set
capture_method=manual
on the PaymentIntent creation, which will cause the funds to be held within the cardholder’s bank account once the confirmation call has been performed.
- The topic ‘Capture/hold funds instead of charging’ is closed to new replies.