Skip to content

POST /v1/subscriptions missing a required parameter? #127

@stepcut

Description

@stepcut

According to this documentation,

https://stripe.com/docs/api/subscriptions/create

When doing a POST to /v1/subscriptions the customer and items parameters are both required.

But in spec3.json it merely specifies,

               "required": [
                  "customer"
                ],

Which is correct -- the spec or the documentation?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions