wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureRequest: CreateCheckoutSession

phayes opened this issue · comments

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.