List Points of Sales
Test this endpoint live
Open the same request directly in API Explorer.
Server URL
Retrieve a paginated list of points of sale. Query parameters page and perPage can be used to control pagination.
Authorization
BearerAuth In: header
Query Parameters
Page number.
1Number of items per page.
25value <= 500Response Body
application/json
application/json
application/json
application/json
Delete Webhook
Deletes a webhook configuration, stopping ePay from delivering further notifications to the URL. Webhooks are not required Webhooks are separate from the main payment flow and act as a general event notification system. You should use them only if you need to track changes to your ePay data in a system that is different from the one initiating the request. For all payment-related operations, you should use the notificationUrl provided in each request. This is the primary mechanism for receiving the outcome of a payment or operation.
Create Point of Sale
Create a new Point of Sale and its associated hosted configuration. Note: The webhookAuthentication value is the entire Authorization header value send for any webhook. So you must include the auth scheme such as Bearer or Basic.