wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

FeatureRequest: CreateCheckoutSession #107

Open phayes opened 4 years ago

phayes commented 4 years ago

It looks like we currently have a CheckoutSession, but not a CreateCheckoutSession (as per https://stripe.com/docs/api/checkout/sessions/create).

It would be great to have a CreateCheckoutSession for creating checkout sessions.

I'm creating a PR that will resolve this.