can a Stripe checkout session be initiated for anonymous user? #1049
Unanswered
desert-dionysus
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can use the Stripe API directly if you want anonymous checkouts. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is to create a Stripe checkout session for an anonymous user to subscribe, then use the customer information collected during checkout to build a User in Rails via the return_url, but everything I've looked at seems to imply that I must use
current_user.payment_processor.checkout
to instantiate the session with Pay gem -- I suppose I can just fall back to the classic Stripe API but curious if there's a proper way to do this with the gem?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions