-
#2119 Surface
objectproperty onEventNotification -
#2117 Emit Claude Code plugin hint at module load time
-
#2105 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)BaseStripeClient::constructEventWithoutVerification($payload)BaseStripeClient::parseEventNotificationWithoutVerification($payload)
- Added
WebhookSignature::generateSignatureHeader($payload, $secret, $timestamp = null), which computes a fullStripe-Signatureheader for the given payload. Useful for unit tests!
- Added methods that return their respective
-
#2112 Add
stripe.major_api_versionconstant