#mandalorianiv_best-practices

1 messages Β· Page 1 of 1 (latest)

charred muskBOT
#

πŸ‘‹ 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/1216742303826448444

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

arctic vaporBOT
abstract quail
#

Hi toby

glacial escarp
#

Hi πŸ‘‹ I see you found our guide for saving a payment method for future usage already, do you have a question about something in that guide or process?

abstract quail
#

Yes I need to understand the workflow for an app cause I'm using a custom setup via flutter and You guys are not supporting flutter for the reason that I can NOT understand

glacial escarp
#

You're correct, we don't have prebuilt integrations for Flutter, so you will either need to structure the integration yourself within that framework or look for a third-party integration/abstraction that handles that for you. Which path do you think you're going to head down?

abstract quail
#

OK, so I'm opening a bottom sheet and I want to add a radiobutton that saves a card for future,

#

first, How do I achieve this? Explain it for an app

#

please, where is my manners sorry πŸ˜„

glacial escarp
#

I don't know that, I'm not familiar with Flutter framework. I can talk about how you need to interact with Stripe, but I can't give you guidance about building a Flutter app.

abstract quail
#

so the second thing is how can I show the saved payment method to the users

glacial escarp
# abstract quail so the second thing is how can I show the saved payment method to the users

From the Stripe side, you can retrieve a list of the Customer's Payment Methods with this endpoint:
https://docs.stripe.com/api/payment_methods/customer_list
Unfortunately I don't have any guidance on how to actually show those in the framework you're leveraging.

abstract quail
#

can you explain it for react-native?

#

Am I going to retrieve payment methods like pm_123123123

#

then I will use this method for complete payment?

glacial escarp
#

I don't have guidance for building a UI, no, but if you are interested in seeing if we have prebuilt UI components available for that in React Native I'd recommend reaching out to the email address mentioned in this announcement:
#πŸ”Šannouncements message
We're actively building UIs to show saved payment methods and are looking for folks to help us test it out and provide feedback.

abstract quail
#

hmm got it

glacial escarp
abstract quail
#

so will you support flutter in near future πŸ˜„

glacial escarp
#

But I can't provide guidance on how to use it as we didn't build it and aren't too familiar with its inner workings.

abstract quail
#

Stripe is a perfect tool for payment but without flutter support it's a little hard

glacial escarp
#

I'll be sure to capture that feedback for our teams to consider.

abstract quail
#

Thx toby for your help

#

have a good day!