I am trying to figure out how to use your webhook sample code. I am using c#.
does anyone have a simple code sample on how to do this.
Or a link on how to use webhooks
10-06-2017 10:07 AM
The webhook documentation is at http://developer.authorize.net/api/reference/features/webhooks.html
We also have postman collection for webhooks APIs at https://github.com/AuthorizeNet/webhooks-postman-collection
10-11-2017 11:08 PM - edited 12-03-2018 12:01 PM
For correct postman collection copy paste it in notepad and then use it in browser. Clicking on the link does not open it.
or
Click below link for postman collection for Wbhook API
12-03-2018 05:29 AM
I am trying to figure out how to use your webhook sample code. I am using c#.
does anyone have a simple code sample on how to do this.
Or a link on how to use webhooks
Did it work for you, I still facing some issue.
12-24-2018 02:34 AM
Hi @dravid8573
@dravid8573 wrote:
Did it work for you, I still facing some issue.
Webhooks makes POST call with payloads similar to given in the documentation for respective events to the url specified in the WebHook you create.
Can you be more specific on what type of issues you are facing, so that we can understand better what is the issue ?
Thanks
Kaushik
12-27-2018 11:32 PM