#mxd-webhook-events
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you share IDs of the Payment Intent (pi_xxx) and the Event (evt_xxx) where you're seeing a mismatch?
let me check
payment intent: pi_3M2LQlLOEVMWAWDD0YG5RGOz
and for the event: there is none it didnt hook anything
so basically yesterday when I did a test subscription I can see the webhook succeeded, today testing subscriptions there is no succeed/fail in webhook
To clarify, is the concern here a mismatch in amounts that you saw, or is it that events aren't being sent to your endpoint?
events aren't being sent to endpoint
could the issue be me using the same email for the test?
What type of events are you expecting to receive? It looks like your webhook endpoint currently has a small number of event types that it is subscribed to.
mxd-webhook-events
subscription created, updated, deleted
Taking a look at recent events, it looks like we are sending those and your webhook is acknowledging that it received them. Here is an example:
https://dashboard.stripe.com/test/events/evt_1M2Lg0LOEVMWAWDDDp9VHiOA
Is there a specific event that you expected to receive but didn't?
im on a different account
Can you share that account's ID then?
I think the easiest place to grab it is from the Stripe dashboard, near the top right of this page:
https://dashboard.stripe.com/settings/account
acct_1LdHYALOEVMWAWDD
Sorry, I'm confused, that's the same account that the event I referenced belongs to.
Are you viewing the account that you're expecting to in the dashboard? There is a dropdown near the top left where you can change accounts if your user has access to multiple.
๐ sounds good! Let us know if there is anything else we can help with.