#Lobo Creative
1 messages · Page 1 of 1 (latest)
Which objects/events are you using in Zapier?
Stripe > Monday
Trying to push order data, particularly the metadata
Not sure what Monday is or how that's relevant
Which event type(s) are you listening for in Zapier?
e.g. payment_intent.succeeded?
new payment
Ok, and how are you setting metadata?
Can you share an object ID from Stripe where you're expecting to receive metadata fields?
Price id? price_1MeIJZKjtI5ZfY8hGF4pT1k5
Ok, I can see metadata sat on that object
But that might not be pulled through onto payment events depending on how you integrate
Looking at your account to see how you integrate
Looks like you use WooCommerce?
I also see evidence of Checkout usage
So how you integrate and where you set the metadata, will affect when and where those fields are available
We're not using WooCommerce no. We're using stripe checkout.
So the Metadata is set directly in the Stripe product
Ok, so you want to listen for checkout.session.completed events really. But unfortunately the line item data (which includes product info) isn't included in those events by default
So there'll be some extra work in however you handle webhooks
Ok thank you for your help