Not working – No such plan (error 400)
-
Hello,
I set up the following product in stripe:
ID
prod_CrJCvtlAwdBJIu
Created
2018/05/14 16:54
Name
test product
Statement descriptor
testI put the following short code on page:
[direct-stripe type=”subscription” amount=”prod_CrJCvtlAwdBJIu”]I am getting the following error message in stripe logs:
Request POST body
{
“customer”: “cus_CrKlhIGRq3pkEe”,
“plan”: “prod_CrJCvtlAwdBJIu”,
“metadata”: {
“description”: “Web Design, Graphic Design & More”
}
}
Response body
{
“error”: {
“code”: “resource_missing”,
“doc_url”: “https://stripe.com/docs/error-codes/resource-missing”,
“message”: “No such plan: prod_CrJCvtlAwdBJIu”,
“param”: “plan”,
“type”: “invalid_request_error”
}
}Am I doing something wrong?
The page I need help with: [log in to see the link]
- The topic ‘Not working – No such plan (error 400)’ is closed to new replies.