Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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