#eddyconer_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/1272760255448744027
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- eddyconer_best-practices, 1 hour ago, 28 messages
Could you share what is your expected behaviour when attempting to upgrade the price during the trial? Do you expect that an invoice will be created with a prorated amount, then collect a new payment method such as Apple Pay with prorated amount? Or do you want only create new payment method first, then upgrade the subscription?
My expected behaviour is that i would first want to create a new payment method (Apple Pay), then upgrade the subscription. When upgrading the subscription, i would like to show the customer the Apple Pay Bottom Sheet for his authorization and how much he would be paying for to upgrade the subscription.
Hi @solar mortar you got this error because there's no payment method to pay the invoices generated for this subscription. You should specify https://docs.stripe.com/api/subscriptions/create?lang=node#create_subscription-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes i know but when i specify the default payment method for the subscription and upgrade it, it automatically attempts payment.