v52.3.0
-
#3422 Surface
objectproperty onEventNotification -
#3416 add/adjust event parsing helpers
- Added methods that return which return their respective
Event/EventNotificationclass instances 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.EventUtility.ConstructEventWithoutVerification(json)StripeClient.ParseEventNotificationWithoutVerification(json)
- Added
EventUtility.GenerateSignatureHeader(payload, secret), which computes a fullStripe-Signatureheader for the given payload. Useful for unit tests!
- Added methods that return which return their respective
-
#3420 Add
stripe.major_api_versionconstant