Base solution for your next web application
Open Closed

Stripe webbook 302 Error for production Environment #11310


User avatar
0
omkarchoudhari created

Hello we are trying to integrate stripe but the web hook ** https://[www.yoursite.com]/Stripe/WebHooks** giving 302 error for our website which is hosted on azure but it seems to working fine when we are testing it locally using stripe CLI

let us know if any solution is avialable


8 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @omkarchoudhari

    Could you share your public app URL and also webhook URLs on stire side ? You can send those info to [email protected].

  • User Avatar
    0
    omkarchoudhari created

    I have shared the details

  • User Avatar
    0
    musa.demir created

    Hi @omkarchoudhari

    Can you please check that https://support.aspnetzero.com/QA/Questions/10426/Stripe-Webhook-Error

  • User Avatar
    0
    omkarchoudhari created

    Hi @musa.demir we added our stripe account timezone to Asia-Kolkata and also tried by setting our enviormnent in central-US with stripe timezone as Central Us but it still gives 302 for that webhook also - https://stripewebapp.azurewebsites.net/Stripe/WebHooks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @omkarchoudhari

    Do you have control over the server which the app is deployed to ? Or is it on a cloud provider ?

  • User Avatar
    0
    omkarchoudhari created

    Hi It is on Cloud Provider

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @omkarchoudhari

    Just to check, maybe you can write the current datetime in your web app somewhere and test it on production. Then, we can compare it with Stripe's time. Until now, we faced this problem 1 time and it was related to time difference between Stripe and our server.

  • User Avatar
    0
    omkarchoudhari created

    We changed the Stripe Dashboard time to UTC and changed version mismatch parameter to false. and it started working plus upgrading Stripe also works Thank you for help