Correct event types

Created on 16 October 2023, over 1 year ago
Updated 17 October 2023, over 1 year ago

Problem/Motivation

The event types list seems to have been updated in Stripe.

For instance:
Payment Intent is not listed.

The in-code documentation links to 404 pages.

https://stripe.com/docs/webhooks
https://stripe.com/docs/api/events/types

Additionally, the current logic in this module associates an event with its prefix.

Example:

"account" with "Account"

However, that is not always the case. For instance:

application_fee.created data.object is an application fee
application_fee.refund.updated data.object is a fee refund

Proposed resolution

The above are interrelated, so I did not isolate them into their own tickets. Fix these issues.

Remaining tasks

TBD

Data model changes

TBD

πŸ› Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jcandan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024