Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › issue with stripe ID for product
Tagged: Fixed
- This topic has 4 replies, 2 voices, and was last updated 6 years, 1 month ago by WCFM Forum.
- AuthorPosts
- September 26, 2018 at 11:43 am #32591TIAD83Participant
had to reopen this. I thought i fixed the issue but apparently not. this is my problem that i’m having. purchased Ultimate, setup my stripe information and these are the errors that i’m having.
stripe Logs
Response body
{
“error”: {
“code”: “resource_missing”,
“doc_url”: “https://stripe.com/docs/error-codes/resource-missing”,
“message”: “No such plan: prod_Dfx6Zdy4FYRtrk”,
“param”: “plan”,
“type”: “invalid_request_error”
}
}also please take a look at the attachment. hope this help. thanks
Attachments:
You must be logged in to view attached files. - September 26, 2018 at 6:10 pm #32624TIAD83Participant
hi developers, found a fix for the stripe issue recurring plan error.
1- your video on how to create a plan with stripe need to update. this is the latest log from stripe code.
{
“error”: {
“code”: “resource_missing”,
“doc_url”: “https://stripe.com/docs/error-codes/resource-missing”,
“message”: “No such plan: One Product post; one exists with a name of One Product post, but its ID is plan_Dg38dQaupypsXd.”,
“param”: “plan”,
“type”: “invalid_request_error”
}
}
2- in your form for the ID “Stripe Plan ID” i was adding the ID per video example: prod_Dg377f23aWspcO
3- then i added the title name on your form for the name of the membership. my called: One Product post
4- i added One Product post to the Stripe Plan ID form. and i got the error above.
5- in the error above the right Stripe Plan ID is plan_Dg38dQaupypsXd not example: prod_Dg377f23aWspcO per the video.finally i got my stripe recurring monthly plan working correctly with the right plan ID. hope this help other with the same problem.
Keep up the awesome work your doing. Thanks
- September 27, 2018 at 2:36 pm #32688WCFM ForumMember
Great, you are welcome 🙂
If you ever get a chance then please add a review for us – https://wordpress.org/support/plugin/wc-multivendor-membership/reviews/
Thank You
- September 27, 2018 at 2:47 pm #32691TIAD83Participant
Gave you 5 STAR. keep up the great work
- September 27, 2018 at 2:53 pm #32693WCFM ForumMember
Thank you very very much, it’s really pleasure 🙂
- AuthorPosts
- The topic ‘issue with stripe ID for product’ is closed to new replies.