#deputycheese
1 messages · Page 1 of 1 (latest)
hi, sure, if you use the canonical guide for creating subscriptions, https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements , that is what it creates.
I am using this here: https://stripe.com/docs/api/subscriptions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How would I create an incomplete subscription? 'payment_behavior' => 'default_incomplete' ?
Right now I have 'payment_behavior' => 'allow_incomplete',
Okay thanks I'll try it, give me a second please
Cool it seems to work
Thanks for your quick help!
Just to understand it, what exactly is the difference between allow_incomplete and default_incomplete?