openapi
openapi copied to clipboard
An OpenAPI specification for the Stripe API.
Some openAPI implementations interpret undecorated `integer` types as unsigned `uint`s. (This is the case in the Rust Stripe library at https://github.com/wyyerd/stripe-rs). Because balance related fields can be negative, this PR...
Hi there! Would it be possible to create tags with stripe api versions (e.g. `2019-05-16`)? The dj-stripe library contributors are working on automatically generating fixtures, and we'd love to be...
When creating an account, the external_account property currently has the following spec: ``` "external_account": { "description": "A card or bank account to attach to the account. You can provide either...
The `mandate` field appears in the request to create/update a `Source` object, but it's not inside the response. It's helpful to include it inside the `Source` object, to know what...
We are building the stripe integration for our customers (https://www.ultradox.com) based on the stripe API spec. It is working to some degree, but it would be very nice to some...
```yml subscription_proration_date: description: Only set for upcoming invoices that preview prorations. The time used to calculate prorations. type: integer ``` So I don't understand that field and it's inconsistent with...
I set out to create a custom strip client using `swagger-codegen` and was rewarded by a HUGE list of errors and warnings. I settled in to dig through `spec2.yaml` to...
While I'm here I might as well follow up on #28 with a long-time request: I'd love for the spec to include all the enums for possible string values everywhere....
The `account` schema maybe appears to be missing `transfers_enabled`. I'm not sure if this key went away with a new version of the API, but it does seem to indicate...
I've run swagger codegen with spec2.json and I got the following issue [main] ERROR io.swagger.codegen.Codegen - Could not process operation: Tag: Tag { name: default description: null externalDocs: null extensions:{}}...