#John W-Customers

1 messages ยท Page 1 of 1 (latest)

frank glade
#

๐Ÿ‘‹ happy to help

cyan roost
#

Thank you.

frank glade
#

could you please elaborate more on what you're trying to achieve?

cyan roost
#

Yes, here's the use case:

#

We are trying to create the ability for our SaaS product users to go to our Wordpress site, pay for a "product" which would be the subscription service and upon successful payment, it creates a "Customer" within the Stripe Dashboard.

#

Once they become a "Customer" we are going to listen for newly added Stripe Customers using Webhooks. But my main focus right now is how to configure the "pricing table" to create Customers upon successful payment within Stripe

dry locust
#

Hello ๐Ÿ‘‹
Stepping in as tarzan needs to step away soon
Are you using a plugin with your wordpress integration or are you trying to add custom code?

cyan roost
#

Hi - I haven't landed on a decision yet I kind of wanted to see what was recommended

#

I see the "Pricing Table" in Stripe with code that can be embedded into HTML

#

But if there's a plugin you all recommend, I'd be open for that as well

dry locust
#

We wouldn't know much about plugins to be honest, our team primarily works with API integrations ๐Ÿ™‚ AFAIK pricing table uses Stripe checkout

#

Let me see if there's a way to force checkout to create a customer

cyan roost
#

Thank you

dry locust
#

actually, have you tested pricing table already? I believe for subscriptions, we'll create a customer by default. (I have not tested this personally but I'd recommend giving it a go in test mode)

cyan roost
#

So I've got the "Usage Type" set as "Recurring Usage" on the Product, is that correct?

dry locust
#

where exactly are you setting this?

cyan roost
#

On the "Products" page on Stripe Dashboard

dry locust
#

you mean this?

cyan roost
dry locust
#

yeah that's correct for prices that you want to create subscriptions for

cyan roost
#

Ok, and so upon successful payment, that will actually create a "Customer"

dry locust
#

It should, yes. I'd be really surprised if it doesn't ๐Ÿ™‚