academe / omnipay-authorizenetapi

Omnipay 3.x implementation of Authorize.Net API
MIT License
14 stars 11 forks source link

Support webhook management API #5

Open judgej opened 6 years ago

judgej commented 6 years ago

This is a REST API for adding/removing/viewing registered webhooks, and for fetching historic webhook data.

It appears to use HAL for record discovery/paging and is RESTful in nature, unlike the remaining payments API and webhook notification API.

It is not essential for Omnipay support, but seems to be an important addition to the Authorize.Net gateway.