-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better stripe interop #63
Labels
Comments
This was referenced Jul 19, 2023
Closed
Pay What You Can |
made img via draw.io |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently, if someone pays through stripe with an email that is not their ladderly email is it hard to match the accounts up, i often have to reach out personally and confirm
will be better to automate this and put more checks in place. settings p v2 has some additional checks w first name + last name
i think we can pass along ladderly username to the stripe payment form (maybe via url param or maybe explicit user required field entry) and/or have a server listener for stripe callbacks (although this isn't very serverless...wonder if there's an option that way)
we could just automate the email confirmation approach. any orphaned stripe emails get an email that says hey ur not in our system please confirm your ladderly email address...this doesn't seem ideal but maybe it works for now. we should also make sure that stripe shows a "you will receive confirmation at your stripe email, not your ladderly email" or smth for now in case those are different
The text was updated successfully, but these errors were encountered: