issue with stripe ID for product

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #32591
      TIAD83
      Participant

      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.
    • #32624
      TIAD83
      Participant

      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

    • #32688
      WCFM Forum
      Keymaster

      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

    • #32691
      TIAD83
      Participant

      Gave you 5 STAR. keep up the great work

    • #32693
      WCFM Forum
      Keymaster

      Thank you very very much, it’s really pleasure 🙂

Viewing 4 reply threads
  • The topic ‘issue with stripe ID for product’ is closed to new replies.