#ronymia.
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ronymia., 55 minutes ago, 30 messages
If you allow a subscription w/ free trial without collecting payment details, then that setting allows you to configure what should happen at the end of the trial
https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_settings-end_behavior
Briefly explained here too: https://stripe.com/docs/payments/checkout/free-trials#section-1
but i didn't give any trial it must be paid upon subscription
did you mean the subscription is created without payment info ?
The parameters you outlined in the response object are added by default. If you're not using trials or are charging customers upon subscription creation then those won't apply/affect your subscription
now what should i do ?
Not sure what you mean by that?
is there any posibility to create subscription without payment info ?
it seems the subscription is created without payment info
That is the default. "Incomplete" means that the user has 24 hours from when the subscription was created to pay their first invoice. If they do pay, the payment method will attach to the subscription and it will become active. If they do not pay, the subscription will cancel automatically
Definitely read this doc, it explains a lot about how subscriptions work at Stripe https://stripe.com/docs/billing/subscriptions/overview
when a customer doing subscription then stripe won't charge first payment instantly ?
If you provide a payment method ID yes, but it looks like you aren't doing that
Also if the subscription is set to charge_automatically
Again, that doc explains this pretty well. You'll need a good understanding of this to impliment a site that works directly with Subscriptions
last questions, when a customer do subscription then how payment method id will i get
For you, I'd reccommend sending the user to our hosted invoice page. Stripe's prebuilt page that they can enter their payment method info in to