#BigEnzo
1 messages · Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's here
I read that but I was not able to understand if that also goes for the Prebuilt Checkout. When using PC there is no paymentIntent made and as I understand it that is when you specify capture_method as parameter.
It's parameters for creating Checkout Session, so yes it's the prebuilt Checkout indeed
When you create the Checkout Session server-side, let's specify that payemnt_intent_data.capture_method
Ah, great, that great news thank you! Can prebuilt also be used in the connect flow?
Yes