The update method of WebhookEndpoint doesn't support: api_version
According to the current documentation of the update method for the WebhookEndpoint Stripe API, it only accepts the fields:
- url
- enabled_events
- disabled
but in case a different version is detected, an update with the api_version
parameter will be attempted. This results in the error:
Received unknown parameter: api_version
This is related with #69 (closed)
Edited by capo