capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
192 stars 77 forks source link

Get the paymentIntent result after successful transaction #349

Closed cemarta7 closed 5 months ago

cemarta7 commented 5 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It will be easier to pass the transaction result to the server instead of waiting for the webhook.

Describe the solution you'd like I want to pass the intent as a notification.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context

image

Maybe I am not implementing this the right way so I am not getting the paymentIntent?

Using Function:

cemarta7 commented 5 months ago

I researched this a bit more and Stripe won't do this and it also discourages it.