• Resolved usamaabdulhaq

    (@usamaabdulhaq)


    Hi, I have created product in stripe dashboard but it is not working.

    and when I created product in test mode it works find but not in live mode, what is the issue?

    all the other settings are crosschecked.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Noor Alam

    (@naa986)

    @usamaabdulhaq, According to Stripe, a product created in test mode cannot be used for live purchases.

    Thread Starter usamaabdulhaq

    (@usamaabdulhaq)

    @naa986 I know that but I have created product in live mode, it is not working with live mode products but working fine with test mode products.

    Plugin Author Noor Alam

    (@naa986)

    @usamaabdulhaq, Thanks. Stripe shows this error when I click on the button:

    Uncaught IntegrationError: successUrl must start with either https:// or https://

    Your successURL is set to www.bizfundingfinder.com. This is causing the issue.

    Thread Starter usamaabdulhaq

    (@usamaabdulhaq)

    I have changed return url but still issue is not resolved.

    raphafrenchconversations

    (@raphafrenchconversations)

    Hello Noor, thank you for your great plugin.

    I am able to do everything showed in the video when in view test data. However, when in live mode, Stripe returns the error message: “”Invalid URL: https://XXXXXXXXXXXX[mywebhookURL]. URLs in livemode must begin with “https:// ”

    Please help!

    Detailed explanation:

    When we are in live (View test data unchecked), then creating a webhook endpoint requires the link to be an https:// one. The link provided by the wordpress plugin is a https:// link.

    From Stripe’s dashboard,
    – uncheck View test data to go live
    – go to https://dashboard.stripe.com/webhooks
    – click on “Add endpoint”.
    – Then try to replace the endpoint with your corresponding http link (instead of https) from stripe-checkout-plugin-for-wordpress
    – Stripe returns an Error message:

    “Invalid URL: https://XXX. URLs in livemode must begin with “https:// “

    Plugin Author Noor Alam

    (@naa986)

    @raphafrenchconversations, The plugin retrieves the home URL from WordPress. If your site supports https simply add a “s” to the webhook URL.

    Thread Starter usamaabdulhaq

    (@usamaabdulhaq)

    @naa986

    I have cross checked all the details, I am setting my website success url to be https but when it is saved it go back to www. so May be there is in issue in plugin for live mode of stripe or what.

    Details:
    web hook is also in https
    in plugin setting website link is https
    in stripe product code it is www. I have manually changed to https but it will go back to www.

    Kindly help

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Working in test mode but not in live mode’ is closed to new replies.