#thomas_mol
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Are you using PaymentLinks OR Stripe Checkout?
i know use the pricing table with stripe checkout
i used to create the session with the api, but now only include the low-code pricing table thing
Gotcha. Its possible that customer_creation was set to always when you created the Checkout Session via the API
Let me see if there's a way to set this on Pricing table
Yeah don't think this is something we currently support.
Checking on alternatives..
The workaround for customer creation would be to create the Customer upfront, and then use the passthrough feature (which is currently in beta)
Post payment invoices aren't supported with Pricing table either ๐
If you'd like to implement the workaround for customer creation then let me know, we'll need you to write in and then can get you enrolled in the beta
For your usecase, Stripe Checkout fits better
Yup, API is a better fit for your usecase at the moment
okay thanks!