#thomas_mol

1 messages ยท Page 1 of 1 (latest)

river dawnBOT
blazing wharf
#

Hello ๐Ÿ‘‹
Are you using PaymentLinks OR Stripe Checkout?

prisma idol
#

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

blazing wharf
#

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

prisma idol
#

okay thanks

#

invoicing is also pretty important for me

river dawnBOT
blazing wharf
#

Yeah don't think this is something we currently support.
Checking on alternatives..

prisma idol
#

okay thanks

#
                enabled: true
            },``` this is what i had set before
blazing wharf
#

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

prisma idol
#

so its better to just use the api for now for me?

#

thanks for the info though!

blazing wharf
#

Yup, API is a better fit for your usecase at the moment

prisma idol
#

okay thanks!