expo-stripe-checkout
expo-stripe-checkout copied to clipboard
Question: Implementing a similar module for collecting card details
Hey,
I'm just starting to work with Stripe and my question might be very uninformed, but is it possible to create a similar expo module to save card details to a token for future charging via a webview? I'm not sure which stripe docs are describing this.
Thanks!
@Doychev I'm not affiliated to this project, but I think the approach this package is portable to checkout's setup mode. https://stripe.com/docs/payments/checkout/collecting
I'm about to embark on implementing this and will contribute back to this package