-
#2265 Surface
objectproperty onEventNotification -
#2256 add/adjust event parsing helpers
- Added methods that 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.Webhook.constructEventWithoutVerification(payload)StripeClient.constructEventWithoutVerification(payload)StripeClient.parseEventNotificationWithoutVerification(payload)
- Added
Webhook.Signature.generateSignatureHeader(payload, secret), which computes a fullStripe-Signatureheader for the given payload. Useful for unit tests!
- Added methods that return their respective
-
#2263 add stripeobject deserialization helper for JsonObject
-
#2261 Add
stripe.major_api_versionconstant