capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 75 forks source link

Support ACH ('us_bank_account') payment method #296

Closed sir-captainmorgan21 closed 10 months ago

sir-captainmorgan21 commented 1 year ago

Is your feature request related to a problem? Please describe. I am able to easily get this plugin working with the card payment method, but using the us_bank_account method doesn't work. The sheet opens and closes right away.

Describe the solution you'd like I'd like to be able to use the us_bank_account payment method when setting up the intent

Describe alternatives you've considered Haven't considered any

Additional context None

Usage Product If you adopt this plugin, please let us know which product you are using.

Product Name: Palmetto Product URL : home.palmetto.com Using Function:

sir-captainmorgan21 commented 1 year ago

We are looking into this plugin because we are having issues with using stripe-js-react in our ionic app and the user being redirected back to the native app once the ACH process is done

sir-captainmorgan21 commented 11 months ago

Hi,

I'd love to contribute here, but the CONTRIBUTING docs dont have anything on testing or running locally. Can someone help me out here?

sir-captainmorgan21 commented 11 months ago

Sorry to ping you directly, but would love to contribute this solution @hideokamoto-stripe would you be able to help out here. I've opened an issue over in stripe-js here: https://github.com/stripe/stripe-js/issues/463

@brendanm-stripe has been helping over there. Updating this plugin to support ACH seems to be the best solution

sir-captainmorgan21 commented 11 months ago

It looks like its relatively simple to add support for it: https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-ach I just cant figure out how to test my changes locally in this repo

sir-captainmorgan21 commented 11 months ago

@rdlabo hoping to bring this to your attention as well. Could you help me get setup with testing my changes locally?

rdlabo commented 10 months ago

This issue is closed because it is a duplicate of https://github.com/capacitor-community/stripe/issues/88.