#firaun_flutter-payment-links

1 messages ยท Page 1 of 1 (latest)

exotic marshBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1254933369645568072

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

earnest vortex
#

HI ๐Ÿ‘‹

I am using Stripe link
What does that mean? Are you using Payment Links? https://docs.stripe.com/payment-links

Now if after payment user comes back to my app, he will have to fill register form at my app (Firebase Auth). But I have no way to actually know if this us
What is it you want to know about the customer?

stuck frost
#

Once user has made the payment, he is redirected to my website where he can complete the registration. But at the registration, how can I make sure that this is a paid user or not? or if payment has been made or not because the payment is made outside my application.

earnest vortex
stuck frost
#

I tried to paste the full question on the start of the thread but it didnt allow!
I actually dont have any backend server, things are handled at Firestore db and flutter web as Front end. Anything else i can do to avoid having a server?

earnest vortex
#

Well it depends. You could implement something else entirely that doesn't rely on Stripe to identify your customers

stuck frost
earnest vortex
#

Then you got a pretty good answer and I don't have a different one for you

#

Like, you can use Payment Links without a server but then you don't track your customers and their payment status using Stripe

stuck frost
earnest vortex
#

No, you would need to track that yourself

stuck frost
#

Ok then last question..
Once user has completed the payment, we can either redirect him/her to a success page or a custom URL. (Can I capture paramters like, his phone number from the payment form he filled at payment)?

earnest vortex
#

No

stuck frost
#

Ok I see firestore has a plugin for Stripe. Would you recommend that? Any documentations for that from Stripe side?

earnest vortex
#

We don't maintain that ourselves. We would not be able to offer support for it here.

stuck frost
#

ok thanks