Is there a plugin that exists that allows me to charge the credit card of someone who isn’t a user on my app? Collect the credit card information and charge them?
hey @bcart0v
Yes you can use Stripe.js for that. This ‘someone’ doesn’t need to have an account on your app
Ambroise
Need extra help?
Book a free 15 minutes call - happy to help if I can
Yup, for Stripe all you need is an email address. So just have an input that collects their email and then you should be able to charge them.
Thanks for the replies!
I just assumed the email was a verification thing for stripe, is it just something they reference in the charges list I’m assuming?
Yeah, they send the receipt to that email… along with anything else like refunds, etc.
When someone checks out, in Stripe, a customer is created with that email address.