capacitor-community / stripe

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

feat(): create token method: bank-account-token / pii-token #114

Closed rdlabo closed 1 year ago

rdlabo commented 2 years ago

https://stripe.dev/stripe-android/payments-core/com.stripe.android/create-bank-account-token.html https://stripe.dev/stripe-android/payments-core/com.stripe.android/create-pii-token.html

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 [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

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

Additional context Add any other context or screenshots about the feature request here.

rdlabo commented 1 year ago

This can used by stripe-js: https://stripe.com/docs/js/tokens_sources/create_token?type=cardElement

Not need to work by Swift or Java. So this will close.