#didi5930
1 messages · Page 1 of 1 (latest)
Hi there!
One the payment is succesfull, users are redirected to your page with the UTM parameters set.
At that point it'sup to you to get these parameters, and save them in your own database or in the metadata field of the Stripe objects
Thanks, so no way to get those utm parameters in the checkout session event that are sent through webhooks ? Custom or dynamic metadata if that exist ?
you can if you manually update the Stripe objects to include some of the UTM parameters as metadata.
but you can't update the Checkout Session metadata after it has been created.
but you could update the PaymentIntent metadata for example
Well, I'm sorry for being bad, I don't get it. I come in with utms, they are lost during the whole payment and automation process, then appear again in the redirect url when the battle is over and everything is done. Feels like unexploitable information
once users finish the payment, they are redirected to your page correct? and there you do see the UTM parezmeters, correct?
Yes