#abdullah-sonu_api

1 messages ¡ Page 1 of 1 (latest)

jovial jettyBOT
#

👋 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.

compact peak
#

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

Create and manage subscriptions to accept recurring payments.

frail steeple
#

Thank you for the quick response. I will check it

frail steeple
#

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

compact peak
#

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

frail steeple
#

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.

compact peak
#

so you just want to test how things work first? that's why you're creating a PaymentIntent, and not a Subscription?

frail steeple
#

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.

frail steeple
compact peak
#

to clarify, you're going to use our Billing product and create a Subscription? Or you're implementing your own recurring payment logic?

frail steeple
#

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?

warped gale