use-stripe-subscription icon indicating copy to clipboard operation
use-stripe-subscription copied to clipboard

Results 6 use-stripe-subscription issues
Sort by recently updated
recently updated
newest added

When using use-stripe-subscription you get the following ```warn - ./node_modules/use-stripe-subscription/node_modules/stripe/lib/utils.js Module not found: Can't resolve 'child_process' in '/Users/ndimatteo/code/projects/ntl/node_modules/use-stripe-subscription/node_modules/stripe/lib'``` It doesn't cause functionality issues but we should investigate how to remove...

I'd love to see support for Stripe Connect.

Hi, I found this package as it is 100% what I need to connect my app with stripe and clerk. I tried to follow the demo but it is using...

In order to support promotion codes, Stripe requires that you set `allow_promotion_codes: true` when instantiating a checkout session. I made that change and nothing else. Confirmed that the Stripe portal...

The package currently does not seem to support the Next js Edge Runtime. This is because the Stripe node SDK does not support the Edge Runtime. See issue: https://github.com/orgs/vercel/discussions/1124

Hello! Thanks for your work, we're using this lib in our project and it seems the easiest way to connect stripe without hustle. We wanted to have option to create...