You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@newenegue thanks a lot for the report. There is definitely something wrong where some API methods don't handle options like idempotency_key and api_key properly but others do. We're investigating but for now you should roll back to the previous major.
Describe the bug
Any of our requests to
POST /v1/subscriptions
,POST /v1/invoices
andPOST /v1/customers/:id
are failing withReceived unknown parameter: idempotency_key
To Reproduce
Make a request to create a customer and include the
idempotency_key
parameterExpected behavior
idempotency_key
is an accepted parameterCode 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
The text was updated successfully, but these errors were encountered: