Trying to attach a user_id to the webhook payload #6449
Unanswered
benkimbuilds
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you share if https://docs.polar.sh/api-reference/webhooks/order.paid webhook includes the detail of the customer (i.e. email, in the |
Beta Was this translation helpful? Give feedback.
4 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.
-
On my frontend, I have authenticated users with user_id. I want to attach this data through the checkout link flow so that the webhook receives the user_id and can associate it in my database to the payment object I'm storing.
Any ways to do this?
I've tried url query params, prefilling customer_name as user_id, and attaching metadata json objects to no success.
Beta Was this translation helpful? Give feedback.
All reactions