Explore async-stripe usage examples
masterThe examples/ directory contains standalone crates that demonstrate various ways to integrate async-stripe into your project. Each example is a complete crate, making it easy to see the specific dependencies required for different use cases.
Available examples include:
endpoints: Demonstrates general usage, including API calls for common resources and different request strategies.pagination: Shows how to perform asynchronous streaming of Stripe API calls to handle Stripe Pagination.webhook-actix: Demonstrates how to receive and process Stripe webhooks using theactix-webframework.webhook-rocket: Demonstrates how to receive and process Stripe webhooks using therocketframework.webhook-axum: Demonstrates how to receive and process Stripe webhooks using theaxumframework.