#Lobo Creative

1 messages · Page 1 of 1 (latest)

flat cradleBOT
wise sentinel
#

Which objects/events are you using in Zapier?

wide escarp
#

Stripe > Monday

Trying to push order data, particularly the metadata

wise sentinel
#

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?

wide escarp
#

new payment

wise sentinel
#

Ok, and how are you setting metadata?

#

Can you share an object ID from Stripe where you're expecting to receive metadata fields?

wide escarp
#

Price id? price_1MeIJZKjtI5ZfY8hGF4pT1k5

wise sentinel
#

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

wide escarp
#

We're not using WooCommerce no. We're using stripe checkout.

#

So the Metadata is set directly in the Stripe product

wise sentinel
#

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

wide escarp
#

Ok thank you for your help