#Muttakin Islam Hasib - local webhook endpoint
1 messages · Page 1 of 1 (latest)
This is a test account acct_1MieHHGft5WioAD6
i am trying to get the metadata like this
I can see that the metadata are being sent in the event e.g. https://dashboard.stripe.com/test/events/evt_1MieSjGft5WioAD60jNO2PeE
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
which event didn't you see the metadata in?
this is my local test webhook
so how can i resent an event?
in another terminal you can run this https://stripe.com/docs/cli/events/resend
So you need to provide the ID of an actual webhook endpoint on your account
Was just getting the link
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Should have it
Under local listeners
If you click on it does it bring you to a page?
yes
Muttakin Islam Hasib - local webhook endpoint
The URL of that page should end in some ID like we_... which should be the ID you can use
Oh I meant if you click on the entry for the local listener does it bring you to a page specifically for the listener?
Just tested myself, not it does not.
Trying to think of whether there is a way to find that ID
That being said, the other two endpoints are disabled, if you just take away the --webhook-endpoint argument the CLI will only send an event to that local listener if no others are active
Thank you so much