client_stripe 0.1.1 copy "client_stripe: ^0.1.1" to clipboard
client_stripe: ^0.1.1 copied to clipboard

An idiomatic Dart wrapper for the Stripe REST API.

Stripe API #

NOTE: This package is not officially affiliated with Stripe.

This package provides a Dart API for interacting with the Stripe REST API. As best as possible, it provides a 1:1 mapping of the API endpoints and request/response objects using Dart idioms such as sealed classes and extension types.

The package is generated from Stripe's OpenAPI specification, specifically spec3.sdk.json.

Usage #

final stripe = StripeApiClient(apiKey: 'sk_test_...');
final session = await stripe.v1.checkout.sessions.retrieve(session: 'cs_test_123');
7
likes
0
points
115
downloads

Publisher

verified publishercelest.dev

Weekly Downloads

An idiomatic Dart wrapper for the Stripe REST API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cross_file, http, http_parser, libcoder, meta

More

Packages that depend on client_stripe