I'm trying to configure braintree webhooks for localhost. It's showing destination not verified. I even tried using Ultrahook to get a public facing url but still not working with braintree. The same url works with other apps
Asked
Active
Viewed 2,996 times
7
-
4Found the solution. 1. Download ngrok from https://ngrok.com/ 2. Unzip it and then run it 3. Then type following command ngrok yourportnumber (e.g. ngrok 50871) 4. The it will give you new forwading adrress something like http://555a0898.ngrok.com 5. Go to braintree and use this new address and viola your are done. – Amir Feb 13 '14 at 13:31
-
I work at Braintree. Glad you were able to get this working. If you need more help, please feel free to [reach out to our support team](https://support.braintreepayments.com/). – agf Feb 13 '14 at 15:40
-
Ultrahook is only for receiving webhooks, it merely responds to every request with a 200 status and blank page. `ngrok` as you mentioned works perfectly, though you have to update the webhook destination every time you restart `ngrok` unless you sign up to get subdomains. – Brian Mar 13 '14 at 21:42
-
2@agf You guys should definitely add ngrok to the documentation on Braintree – Dex Mar 26 '14 at 00:35
-
Look at this question it will surely help http://stackoverflow.com/questions/21234356/test-webhook-at-localhost-in-braintree – Singh May 09 '14 at 14:53
-
Hm, but you'll have to change the URL every time you restart ngrok ^^ – Stefan Falk Aug 13 '16 at 20:17
-
https://srv.us doesn't have this limitation :) Disclaimer: I built and operate it. – Pierre Carrier Jul 08 '22 at 22:52