#teevee_14010
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- teevee-webhook-signatures, 5 days ago, 25 messages
- teevee-webhook-signature, 6 days ago, 45 messages
- teevee_14010, 6 days ago, 50 messages
What webhook event are you listening to?
If you are listening to a checkout.* event, you will want to set this metadata directly on the checkout session. If you are listening to a payment_intent.* or customer.subscription.* event, you will want to set metadata in either the payment_intent_data.metadata or subscription_data.metadata parameter when creating the checkout session
Basically metadata is not usually automatically copied between objects with Stripe so you need to set it on the exact object that you are listening to events for
Ok I am listening to payment_intent