#ElectricDragon
1 messages · Page 1 of 1 (latest)
We don't support full metadata for the price table but you can provide a client reference ID to track which user this is for https://stripe.com/docs/payments/checkout/pricing-table#handle-fulfillment-with-the-stripe-api
Okay thanks...and any idea about this:
enable the user to subscribe only if they are logged in
Hi 👋
That would need to be something your integration handles itself
You can't prevent CTA clicks on the pricing table currently, so I guess your only option would be to only show the table to authenticated users.
@dense tinsel Okay...thanks a lot!
Can I ask more about you use case?
Well it's a SaaS
And I wanted to add the uid when the customer subscribes...so that I can keep track of it. But I guess I'll have to find a workaround
maybe recreate the table for unauthenticated users
You could use the client-reference-id parameter as my colleague shared above.
Yes...I'll test it for the authenticated page. For the home page I'll have to think about it