Connecting Stripe to Website

I’m trying to connect stripe to my website. It works in the sandbox, but it will not create payment details on my actual website. I am using dream host to connect to Vercell and I do have a DNS pointing directly to it. I think there might be something wrong with the web hook, but after 20 or 30 tries Vercel, is stuck in a look. Any help you can give me would be great!

The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.

You can also use v0 to narrow down the possibilities.

Hey, @kenwhitman888-7817! Welcome to the Vercel Community :smiley: Great to have you join us!

We’d need a bit more information to understand what the issue is here. I recommend checking out this post to learn how to get the most out of the community.

In your case, a chat link would be helpful.

I also recommend the following:

  • Make sure the webhook URL points to your live domain and is publicly accessible.
  • Confirm the webhook is subscribed to the right events in your Stripe dashboard.
  • Verify you’re using live Stripe keys and the correct STRIPE_WEBHOOK_SECRET.
  • Check that all environment variables are properly set in your Vercel project.
  • Look at Vercel function logs when a webhook is triggered. Do you see any clues?
  • Review Stripe’s webhook delivery attempts for error details.

Let us know how you get on!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.