Crate stripe_webhook

Source
Expand description

This crate provides Rust bindings for handling Stripe webhook events.

Please see the associated examples for basic usage with axum, actix-web, and rocket

Structs§

AccountExternalAccountCreatedBuilder
AccountExternalAccountDeletedBuilder
AccountExternalAccountUpdatedBuilder
CustomerSourceCreatedBuilder
CustomerSourceDeletedBuilder
CustomerSourceExpiringBuilder
CustomerSourceUpdatedBuilder
Event
EventData
Webhook

Enums§

AccountExternalAccountCreated
AccountExternalAccountDeleted
AccountExternalAccountUpdated
CustomerSourceCreated
CustomerSourceDeleted
CustomerSourceExpiring
CustomerSourceUpdated
EventObject
The event data for a webhook event.
EventType
Description of the event (for example, invoice.created or charge.refunded).
WebhookError
An error encountered when communicating with the Stripe API webhooks.