-
#2399 add/adjust event parsing helpers
- Added methods that return their respective
Event/EventNotificationstructs without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.stripe.ConstructEventWithoutVerification(payload, opts ...WebhookOption)Client.ConstructEventWithoutVerification(payload, opts ...WebhookOption)Client.ParseEventNotificationWithoutVerification(payload)
- Added methods that return their respective