#DizzyDizz-Sepa

1 messages · Page 1 of 1 (latest)

robust hearth
#

Hi there, can you send me the Payment Intent ID?

late zenith
#

Hi is send you the invoice id, maybe this helps you in_1KWOFcAgeNa2VITfnkJ0S3fh

#

where do i find the payment intent id ? is it this pm_1KVfFwAgeNa2VITf5yzFdiUt

#

Got it pi_3KWPCNAgeNa2VITf1IaTasex

robust hearth
#

OK, I saw there is an error when you tried to confirm the Payment Intent This PaymentIntent requires a mandate, but no existing mandate was found. Collect mandate acceptance from the customer and try again, providing acceptance data in the mandate_data parameter.

#

How do you collect the Spea payment method? is it via Checkout or Payment element?

late zenith
#

I create it manually

#

So i need to add this mandate on the stripe customer on creation or where do i need to put it

#

I copied the mandate from the stripe website for germany and force the customers to accept it if they want to use the subsription. So i the problem is that i don´t set it properly

robust hearth
#

I'd recommend you to collect the payment method from frontend (i.e., via Checkout or payment element) instead of creating it programmatically from the backend. So that your integration is more scalable and doesn't require PCI compliance for other payment methods especially card.

late zenith
#

Good point. The user can switch between card or sepa in the frontend. But i dont really get where the best point is to set the mandate data.

#
  1. Create Stripe customer, with payment method to recieve cus_id
robust hearth
#

Stripe will help you to create the mandate if you use Checkout or payment element

late zenith
#

I would love to use this but i am programming a flutter app with a flutter web app. and there is no chance to make this working in a flutter web app as well only ios and android

robust hearth
late zenith
#

I experimentet with this, but decided to not use it cause it is not supporting web. And cause i am selling Software i am not allowed to link to the flutter webview or stripe page from my mobile devices. Cause its forbidden with my contract with google and apple

#

On ios and android i am forced to use the in app purchases by google and appe

#

I guess if i just add the setup intent after creating the customer it should work right ?

robust hearth
#

Please note that you can't use Stripe to process in-app purchase.

late zenith
#

Correct. Thats why i am using it only within my flutter web app. And cause there is no support for flutter web for checkout or elements i need to do it manually.

#

Thank you for your great support. I try to figure it out. If i have further questions i would try to contact somone on discord again.

#

👍

robust hearth
#

I don't understand this part no support for flutter web for checkout or elements i need to do it manually.

late zenith
robust hearth
#

Can't Flutter webview load a webpage?

#

There should be a widget in Flutter that allow you to load a html page right?

late zenith
#

Thats right. I understand you, maybe i look into elements again. Just need to figure out how to send all the data from my onboarding process to the checkout or elements page

#

I will look into this again

robust hearth
late zenith
#

Merci Beaucoup Jack

robust hearth
#

Happy to help 🙂