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§
- Account
External Account Created Builder - Account
External Account Deleted Builder - Account
External Account Updated Builder - Customer
Source Created Builder - Customer
Source Deleted Builder - Customer
Source Expiring Builder - Customer
Source Updated Builder - Event
- Event
Data - Webhook
Enums§
- Account
External Account Created - Account
External Account Deleted - Account
External Account Updated - Customer
Source Created - Customer
Source Deleted - Customer
Source Expiring - Customer
Source Updated - Event
Object - The event data for a webhook event.
- Event
Type - Description of the event (for example,
invoice.created
orcharge.refunded
). - Webhook
Error - An error encountered when communicating with the Stripe API webhooks.