#drprofsgtmrj
1 messages · Page 1 of 1 (latest)
So if the subscription is yearly, and I set it as send invoice.. will it only ask them for payment at the end of the year?
Mainly relevant for the first time creating the subscription
Ah I see. OK that makes sense.
So if we have charge automatically, what could we do if they don't have the payment information setup yet?
I saw we can have allow incomplete etc.
I think we would want to collect the payment eventually.. but mainly whenever wait until the payment information is set
The scenario is that we have a customer who might not have the payment information set yet.
We want to create the subscription and then have it attempt to collect the payment.
This would fail at first because they don't have the payment information, but maybe it won't fail once the payment information is set for the customer
This would fail at first because they don't have the payment information, but maybe it won't fail once the payment information is set for the customer
Yeah that's true
Recommend taking a look at the different payment behaviors: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Those are your options really