#linkatif -checkout
1 messages · Page 1 of 1 (latest)
@naive lodge you can use separate capture(https://stripe.com/docs/payments/capture-later) with Checkout yes! It's controlled by passing https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method . Does this do what you need?
I don't want to take credit card details on my site with using stripe js plugin
I want to redirect my customer to stripe checkout and he redirect back to me and I will charge him later onces order confirm
the links you send is using the stripe v3/js plugin to get the credit card details on website and use the payment intent method to charge later But i don't want this