v1
latestOpenAPI 3.1.02026-07-24120106.5 KBList webhooks
Integrators are able to retrieve all webhook collection created by the integrators. Integrators can create and use more than one webhook collection when required.
Integrators will need to a HTTP weblistener to retrieve the event payload.
Ezypay will continue to send the webhook event for up to 24 times (1 hour each) if there was successful HTTP 200 response received.
get/
Query parameters
limitinteger
To paginate a large result set, use the "limit" argument to limit the number of results returned per page up to a maximum of 100 records. For example, limit=20 will show results 1-20.
cursorinteger
An offset for use in pagination. Specify the number of objects to skip to fetch the next page of objects. For example, limit=10 and offset=10 will show results for record 11 - 20.
Headers
merchantstring required
Merchant ID
Response
200
Example response
{
"resultCount": 1,
"totalCount": 1,
"data": [
{
"url": "https://companyName.net/callback",
"eventTypes": [
"customer_create"
],
"id": "2c4e8865-1e9f-4dcb-88d4-c36f3cc9ea83",
"createdOn": "2019-12-04T03:12:32.210"
}
]
}