#lslavuj

1 messages · Page 1 of 1 (latest)

old cairnBOT
graceful wing
#

👋 Hi there, Happy to help!
Could you please share the eventId?

valid solar
#

Sure, the eventId is: evt_3M7dCpEDp185F5gg0rxOeF9l

graceful wing
#

Once the event Object is generated, it's generated according to the related webhook version:

That event was sent to two webhook endpoints:

  • we_1M7IOdEDp185F5ggtJgc7iN0 this one you created it for stripe api_version=2022-11-15
    The event sent to this endpoint with the api_version=2022-11-15 format
  • we_1M7IOdEDp185F5ggJlZorigr this one you didn't specify any api version, so the default version will be used which is in your case 2017-02-14
    The event sent to this endpoint with the pi_version=2017-02-14 format
valid solar
graceful wing
#

Actually the event is formatted to that API, the event fields are id, object, created, data, live mode... what's inside data that's not something related to the event it self, its related to the Charge.
Also, the api_version properties isn't dynamic, it represent the api_version used to generate this event

#

It was generated for this webhook we_1M7IOdEDp185F5ggJlZorigr your default API version

#

In otherwords, you need to use a webhook that is configured for api version 2022-11-15 or just use stripe cli which points to the latest version already. and you test the event ingestion using the events you receive not using the GET API