#aksh2706
1 messages · Page 1 of 1 (latest)
What specifically should be 'put on hold'?
capture payment only after certain event triggered
Suppose if someone wants to advertise on my website, they filled al details in form and done payment, but payment should be captured when admin verifies the details and approves it
You can only do that in mode: 'payment' sessions: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is there way to achieve it in mode = subscription
No, you can't do auth/capture on subscriptions