#John W-Customers
1 messages ยท Page 1 of 1 (latest)
Thank you.
could you please elaborate more on what you're trying to achieve?
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
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?
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
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
Thank you
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)
So I've got the "Usage Type" set as "Recurring Usage" on the Product, is that correct?
where exactly are you setting this?
On the "Products" page on Stripe Dashboard
you mean this?
yeah that's correct for prices that you want to create subscriptions for
Ok, and so upon successful payment, that will actually create a "Customer"
It should, yes. I'd be really surprised if it doesn't ๐