stripe-android icon indicating copy to clipboard operation
stripe-android copied to clipboard

[Feature] Canada PADs confirmAcssDebit & confirmAcssDebitSetup

Open maher1337 opened this issue 2 years ago • 3 comments

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

maher1337 avatar Jul 15 '22 16:07 maher1337

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?

brnunes-stripe avatar Jul 21 '22 03:07 brnunes-stripe

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

maher1337 avatar Jul 21 '22 03:07 maher1337

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.

brnunes-stripe avatar Jul 21 '22 19:07 brnunes-stripe