#AdhirajKinlekar
1 messages · Page 1 of 1 (latest)
Hi there, the webhook shouldn't be impacted but the flutter SDK update. Can you share with me the merchant ID so that I can take a look?
What's a merchant ID?
Whatever logic I was running via the webhook seems to have been shifted to the client as per the new docs
I mean this part
Maybe I don't get your full picture, but webhook handling happens in your backend, not mobile app.
yes I was handling the .succeded, .canceled part on the server but in the new flutter docs that part has been shifted to the client app.. please check the switch case part
I'm still a bit confused
- You mention about flutter, but the docs you shared are from direct iOS integration
- I still can't link webhook handling with flutter or client app.
Yes I am bit confused myself. Could you please share the correct documentation to stripe payment for flutter with 4.0.0 Stripe sdk
https://github.com/flutter-stripe/flutter_stripe this is the github repo of flutter_stripe. This is a community library which is not officially supported by Stripe.
https://github.com/flutter-stripe/flutter_stripe/tree/main/example you can refer to its example project to get started.
thanks @mighty ocean