This folder contains examples showing how to use async-stripe
. Each example
is setup as its own crate so the dependencies are clear.
The examples include:
endpoints
: General usage, including API calls for commonly used resources, along with examples of using different request strategies.pagination
: Async streaming of Stripe API calls which allow Paginationwebhook-actix
: Receiving Stripe webhooks using the web frameworkactix-web
webhook-rocket
: Receiving Stripe webhooks using the web frameworkrocket
webhook-axum
: Receiving Stripe webhooks using the web frameworkaxum