#bhaskar_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1293125801151168582
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! you can create a Price/Plan for unit_amount:0 and subscribe to that.
Even I provide unit_amount:0, it's creating an invoice. But I dont need it
an invoice is always created yes. If you don't want the customer to be sent it maybe use collection_method:"charge_automatically" instead of "send_invoice".
instaed of "charge-automaticlly", dont we have any other options,
like invoice: false or any
no. an invoice object is always created when using Subscriptions
so , when we use "charge_automically",
do it wont create invoice for them ?
if i want to charge them in future ? how can we handle this.
and they dont want to be in any trail periods, after creating sub's they should be active ?
it will create an invoice (for total $0)
in future you can change the subscription to a paid plan https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
yes it's an active subscription, with a $0 price
i dont want to create an invoice for them at all, Is there any option for this ?
no
so you mean, at end the invoice will generate with unit amount right ?
I think that's what I'm saying. You can test this in test mode