#deepakkumar_wizniche

1 messages · Page 1 of 1 (latest)

naive basinBOT
pallid pumice
#

Hi there

last summit
#

Hey bismarck!

#

Can you guide me through this ?

pallid pumice
#

Yep

last summit
#

Thanks

pallid pumice
#

First though

last summit
#

So what would be the best way to track which customer subscribed what

pallid pumice
last summit
#

Yes i have

pallid pumice
#

Okay so when you pass the client-reference-id property to the Pricing Table then that will be exposed in the Checkout Session. Then you use Webhooks to listen for checkout.session.completed and you can reconcile the data in the Checkout Session with that client-reference-id to be able to track your Customer

#

Let me know if you need further clarification on any of that

last summit
#

So you are saying that client id will be anything

#

?

pallid pumice
#

It would typically be an ID that you have in your own database that corresponds with the customer

#

So yeah, it would be a UUID that you create

last summit
#

But i am talking about putting this pricing table on my website which doesn't have access to my website

#

I mean access to the database

pallid pumice
#

Well you have to have a way to track your customer's session in order to handle fulfillment. You can't really do this without a database.

#

Otherwise you are going to have to handle all of the reconciliation manually

last summit
#

So my website should be to connected to my product's database

pallid pumice
#

Where you would look in the Stripe Dashboard for what was purchased each time

#

Yes it should. You need a backend here to handle reconciliation.