#jmaat-metadata
1 messages · Page 1 of 1 (latest)
@glad olive could you share the full code you're using to help me understand where exactly you look for the metadata and are seeing it not have a value?
Webhook returns an event
hmm, which event? can you be more specific about what exactly you see versus what you're expecting to see?
returns no value where exactly?
like are you looking at a payment_intent.payment_succeeded event for example?
you won't see metadata on the CheckoutSession on that event yes , that's expected
maybe you want to set the metadata in 'payment_intent_data'=>['metadata'=>$extend] instead (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata)