You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using price table generated in dashboard in app, and pushing through client_reference_id, the webhook fails with no user found (webhook inspect correctly shows user uid as being passed as client_reference_id). No user doc is created under customers collection in firestore. no checkout session in firestore etc. Because of this, my customer never gets the metadata stripe role and subscription does not work.
To Reproduce
Create any price table in stripe.
implement it on web app. pass auth uid as client reference id.
click purchase.
Expected behavior
A userdoc should be created as per the createcustomer function in webhook payments cloud function.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Browser
Additional context
It seems to be working fine when using get checkout url.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug report
When using price table generated in dashboard in app, and pushing through client_reference_id, the webhook fails with no user found (webhook inspect correctly shows user uid as being passed as client_reference_id). No user doc is created under customers collection in firestore. no checkout session in firestore etc. Because of this, my customer never gets the metadata stripe role and subscription does not work.
To Reproduce
Expected behavior
A userdoc should be created as per the createcustomer function in webhook payments cloud function.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Browser
Additional context
It seems to be working fine when using get checkout url.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: