#r3v3rb
1 messages · Page 1 of 1 (latest)
Hi there! Pasting your other message here:
can I use an extra field in the pricing table no-code option or do I have to rollout a complete custom solution?
would I pass a variable to the subscription pricing table to determine the account id I already have?
Unfortunately that's currently not possible. When using the Pricing Table Stripe will always create new customers
Oh wait
There's actually a beta to solve this: https://stripe.com/docs/payments/checkout/pricing-table#customer-session
bbiab, I need to read all that and consume 😉
What I need is a way to pass an ID for the customer account we have on our solution with the subscription, Stripe making a customer is fine but when the webhook registers the subscription as active I need to know who they were!
on our end
If you want to pass a Stripe customer ID, check the link I shared above
If you just want to pass some kind of reference to your own customer, then check this: https://stripe.com/docs/payments/checkout/pricing-table#customer-email