#abdullah-sonu_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1212998146502959124
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
hello! The flutter-stripe library is owned by the community and not officially maintained by Stripe. I'm not aware of any official guide on how to create a Subscription with Flutter.
The general gist of how to go about it, would be to follow this guide until step 4 : https://docs.stripe.com/billing/subscriptions/build-subscriptions?ui=elements and then pass the PaymentIntent to Flutter to collect payment for
Thank you for the quick response. I will check it
How do I attach a payment method to customers? I have the customer's name and email. After creating them, I call the payment intent API. Then, we collect the card information using a sheet. Can you guide me? Thank you for your support
Can you share more on why you're creating a PaymentIntent? From what I understood, you were going to create a Subscription, and that doesn't require you to create a PaymentIntent
To open the sheet on the Flutter side, I utilized the Payment Intent API, which provides a client secret key required for sheet opening. Users can input data, such as card information, into this sheet.
so you just want to test how things work first? that's why you're creating a PaymentIntent, and not a Subscription?
The scenario is that we have created a flutter app and integrated it with a node js server. We have some tiers like plans that the customer will subscribe. Now can you guide how we can achieve this. What functions will be at front end and what will be done through back end. Like payment creation and customer profile creation processes.
The secret key from the Payment Intent API is used in Flutter to open a sheet and facilitate the addition of card information.
to clarify, you're going to use our Billing product and create a Subscription? Or you're implementing your own recurring payment logic?
We want the stripe billing product and subscription
Can we change the product price whenever we want and will it be updated in all the upcoming subscriptions?
Hi @frail steeple no you can't change the price once it's already used in a subscription. But you can create a new price, and update it to the subscription. https://docs.stripe.com/billing/subscriptions/upgrade-downgrade