stripe-android
stripe-android copied to clipboard
[Feature] Canada PADs confirmAcssDebit & confirmAcssDebitSetup
Is your feature request related to a problem? Please describe.
The problem is for PADs in the mobile apps we're unable to confirm acss setup intents. We have to redirect the users to the web and it breaks a smooth user experience.
Describe the solution you'd like
Build a way to confirm acss debits and setup intents in the mobile sdks.
Describe alternatives you've considered
We redirect the users to web and its user experience breaking.
Additional context
N/A
Hi @maher1337, thanks for the feedback! We've added this request to our internal tracker. Out of curiosity, could you share more about your integration flow? Do you redirect users to a web page that you host, where you use Stripe.js to confirm the payment?
Hi @brnunes-stripe. Yes that's exactly how we are doing it and we use an event channels between the mobile app and the web view
Thanks for sharing! I think that's a good approach for now. ACSS requires a lot of client side logic, so it might take some time until we have it implemented natively.