#pavlina_best-practices
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/1379840181280047104
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I guess I wasn't expecting them to show up as 2 subscriptions - main + additional and got a bit confused with how Stripe handles this scenario.
You don't need to create multiple subscriptions
You can have multiple items within a single subscription
is it wrong to create multiple subscriptions?
Not really. It's just unnecessary
You also created 2 customers it looks like
That I would consider to be wrong
The thing is I didn't create two customers, but on the stripe dash it appears as 2 subscriptions
when I go to the customers dashboard it seems he is subscribed to two things
You could just add a new item to the existing sub
Alright, I'll see to that, can I go back to this ticket if I have more questions or you're going to close it?
Okay, thanks
getting this erorr while creating invoice I check before creating invoice whethere there is exist of accoutn against that stirpe account or not if not I am creating with that one that try with that part.
"No such customer: 'cus_SPJpCtUfMyhDgI'"
"code": "resource_missing",
"doc_url": "https://stripe.com/docs/error-codes/resource-missing",
"message": "No such customer: 'cus_SPJpCtUfMyhDgI'",
"param": "customer",