#jmduke
1 messages · Page 1 of 1 (latest)
You would create the session in payment mode and pass the appropriate setup_future_usage parameter https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Terrific, missed that subhash. Thank you!