#tonbyvibes
1 messages · Page 1 of 1 (latest)
hi there!
what's your end goal here? to know where customer come from when they buy something using the Pricing Table?
Yes, and connect with tiktok event manager, for optimice conversions
I know nothing about tiktok event manager, so I cannot help with that part
but to track where payments are coming from, you could use the Pricing Table with an existing customer object: https://docs.stripe.com/payments/checkout/pricing-table#customer-session
And when you create the customer, you set the metadata property to something like source: tiktok
and how do I know what rate he bought?
you use webhook events for this, this is covered here: https://docs.stripe.com/payments/checkout/pricing-table#handle-fulfillment-with-the-stripe-api
which also mention client-reference-id, that you could use to store information about where users are coming from.
I will give it some thought, thank you very much
happy to help 🙂
as a comment, it should be easier to integrate with Facebook ads, tiktok ect.
One doubt, could I use the custom fields https://docs.stripe.com/payments/checkout/pricing-table#custom-fields, so that directly from the front when the user clicks, I send a field for example: source tiktok, and then in my back when the payment is completed and I receive the webhook from stripe and there to do whatever? I say this to avoid having to deal with the whole issue of the customer object.