Describe the bug
Any of our requests to POST /v1/subscriptions, POST /v1/invoices and POST /v1/customers/:id are failing with Received unknown parameter: idempotency_key
To Reproduce
Make a request to create a customer and include the idempotency_key parameter
stripe.Customer.create(
name="John Doe",
email=email,
idempotency_key="test-key-12345",
)
Expected behavior
idempotency_key is an accepted parameter
Code snippets
No response
OS
macOS
Language version
Python 3.7.3
Library version
stripe-python v4.0.0
API version
2019-05-16
Additional context
No response