Prefill customer email with better auth integration #5698
Unanswered
andyluak
asked this question in
Integrations
Replies: 0 comments
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.
-
I have a hono BE with everything setup. The below checkout link works fine.
${import.meta.env.VITE_API_URL}/api/auth/checkout/launch-${isYearly ? "yearly" : "monthly"}?customer_email=${encodeURIComponent(session?.user.email || "")}
The problem is that I am unable to find in docs or integration how to prefill the customer email.
Any help would be lovely.
Beta Was this translation helpful? Give feedback.
All reactions