Failed method Error parameter_missing – type
-
Hi!
I saw few times strange error parameter_missing – type in my stripe logsPOST /v1/payment_methods
{
“key”: “pk_live_*********************************************************************************************”,
“type”: <required>
}Response body { "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 body
{
“key”: “pk_live_*********************************************************************************************”
}Please let me know what has been happening, what is the source of the problem and we can solve it.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Failed method Error parameter_missing – type’ is closed to new replies.