Skip to content

v86.3.0

Latest

Choose a tag to compare

@xavdid xavdid released this 11 Aug 00:10
· 1 commit to master since this release
  • #2399 add/adjust event parsing helpers

    • Added methods that return their respective Event/EventNotification structs 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)

See the changelog for more details.