#Ammar

1 messages · Page 1 of 1 (latest)

hardy nexusBOT
static drift
#

It doesn't look like it, no

raw flower
#

Whats the best way to suggest this as a feature?

static drift
#

I can do that for you! We have tools to surface feedback to the product teams

#

Can you elaborate a bit more on why you'd like to be able to pass in a specific Customer? What is the desired outcome?

raw flower
#

Sure, I am building a SAAS and instead of building my own pricing table I decided to use the stripes no-code solution.

The signup wizard has 3 steps:

  • create an account
  • verify your email
  • subscribe to a plan

When the user creates an account, a stripe customer is created for them. This is to allow my webhook controller to handle subscription created events and tie them to a user. Currently however, the checkout process creates a new stripe customer.

If I could tie the checkout session from the pricing table to a stripe customer. I would not have to do this manually, as stripe would not have to create a new customer for the user and would isntead just attach the payment method and subscription to the provided customer.