Flutter 3.0 & Stripe Payment integration with Firebase #Stripe

preview_player
Показать описание


diagrams:
Рекомендации по теме
Комментарии
Автор

Thank you for time and effort. I have been searching for this nice tutorial for days. Very clear and precise, exactly what I needed for my current Flutter project.💪☺

mvasco
Автор

Thank you Hadi for this tutorial. It was fantastic

baAbou-wp
Автор

Thanks Hadi for this great tutorial. I have learnt a lot from you.

alisampson
Автор

hye sir integarte stripe in my frontend but i can not get save card for future option. What the role of backend in the stripe

PawanSingh-qlcd
Автор

How can i get the sheet detail so i can store it and give to ky backend api.

randomstories
Автор

Hi Hadi, very nice video.
Thanks for it..
Can you please teach me how to charge a card from a different device, like Uber.

So I need to add card to stripe from client app and charge it when the merchant complete transaction from merchant app.

vividwebtechs
Автор

I have a question, Is there a way to remove Billing address from Stripe payment card? Or another country will appear by default, for example Germany, and users will have the opportunity to select other countries by clicking on it.

moodtube
Автор

I had an error with mine, "An Error occurred format exception: unexpected character at line 2, character 1
<html><head>"

whenever I press the pay button.

The stripe payment sheet doesn't show

edwardotoo
Автор

hello, how do I change the type of currency to 'mxn' since flutter doesn't let me, if I edit the index.js file and
const paymentIntent = await
amount: parseInt(req.body.amount),
currency: 'mxn',
customer: customerId,
automatic_payment_methods: {
enabled: true,
},
It doesn't do it for me, where can I modify it, thanks.

danielestrada
Автор

Thank you for this video
I'm using Stripe for Web Application and I'm using create Checkout Session then redirect To Checkout.
First is it correct.
Now I passed the success url and cancel url.
After finish payment, it come back to my web/success how I can get the metadata or the payment details.
How to re-initialize my web

YacoubAlmani
Автор

Bro i have a question that if need to integrate stripe payment with the ui screen i have which takes card number expiry date and cvv and i want to pay on the click of a button but i dont want that stripe payment page i want that when i click on pay button it should do the payment please if u can help

seetheworld
Автор

Hello good afternoon. Can anyone tell me if, in order to implement the subscription billing system in an application, it is required to implement the NATIVE payment method (Google and Apple).

brunobmorais
Автор

Thank you very much. At long last the full the flutter-stripe code along. One question: the "successful payment" in the snack bar display, is it positively verified by Stripe response? or just local code guess work?

jamesr
Автор

Hi Hadi,

I am getting the error {success: false, error: Received unknown parameter: name}
Can you tell me where could i am doing something wrong ?

hanzlawaheed
Автор

Hi Hadi, I follow all your steps but then i received this error [log] {success: false, error: o is not defined}. Can you please explain what this mean? I've been trying to debug all day long but could not figure it out, it would really help if anyone can help me with this

Afrojack
Автор

I have a question. My app does not have login function, it is just a mobile game that requires no log in or sign up. So I dont have a user or email, I just want to process payment for premium options (no ads...). Is it good practice to just hardcode some email or something to be sent to Firebase function?

lukamandic
Автор

How do you handle asynchronous payment like for example Sepa debit or ACH debit?

lkeysoft
Автор

How to solve this error:
Unhandled error: Instance of 'StripeConfigException'

GilmerAndroPangilinan
Автор

This is not working .In test mode I'm getting incomplete payment in stripe dashboard. Pls tell me the solution.

aparnatripathi
Автор

how can we send it to the seller account?

NAJEEBKHAN-fcib
visit shbcf.ru