#Gautam
1 messages · Page 1 of 1 (latest)
Did you confirm you created metadata for that Subscription? Can you provide example of that Subscription Id?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So this Subscription, after updated, did have all the metadata on this webhook event
here , I can see the metadata .. but from dashboard when I am re sending the event .. I am not getting with metadata ..
is there way when stripe can send the event with metadata
When you say you resend the event from Dashboard, what did you receive on your endpoint?
And did you resend this exactly event id?
customer.subscription.created
": "evt_1NIltPGXlQ7PG1unnLVCI31v",
it seems all eventid are same ..
as many times .. I try to re send
No that's the created event
So this Subscription was created without metadata, but was updated with metadata later
yes
If you look at the event customer.subscription.created it will never have the metadata,
You should look at customer.subscription.updated
customer.subscription.created -- this I will not get with updated
Yes