Hello mr.clayton, thanks for your answer.
I followed your docs. I deactivated the old webhook and activated exactly the ones your plugin needs. I also made the necessary changes in the shop backend.
Now I have the problem that is described in this topic.
https://wordpress.org/support/topic/failed-method-error-parameter_missing-type/
POST /v1/payment_methods 400 ERR
{
"key": "pk_live_*********************************************************************************************pkeO3O",
"type": <required>
}
Response-Text
{
"error": {
"code": "parameter_missing",
"doc_url": "https://stripe.com/docs/error-codes/parameter-missing",
"message": "Missing required param: type.",
"param": "type",
"type": "invalid_request_error"
}
}
Request-POST-Text
{
"key": "pk_live_*********************************************************************************************pkeO3O"
}
Do you have a solution for that too?
Daniel