Closed sohambarc closed 3 years ago
Please reach out to our support team so we can help you debug your integration: https://help.braintreepayments.com/
(though my guess is that you're missing the body parser middleware for your express app)
@crookedneighbor I had body-parser already .But I forgot to add the url encoded format in the middleware. By default it accept only application/json format I guess.
@UseBefore(urlencoded({ extended: false }))
Thanks for the suggestion,it saved my day.
I have trying to test the webhook notification in node js.I have tried with the below code.However the
req.body
I am getting undefined. I am using ngrok to generate the https webhook link.General information