List Imported Payment Methods
Test this endpoint live
Open the same request directly in API Explorer.
Server URL
Retrieve imported payment methods for the authenticated merchant using cursor-based pagination ordered by newest id.
Each entry includes the imported payment method, its underlying payment method, and associated card details (if any).
Authorization
BearerAuth In: header
Query Parameters
Maximum number of results to return in the response.
251 <= value <= 500Cursor returned by nextOffset. Provide the id of the last item from the previous page to fetch entries with a lower id. Use an empty string to fetch the first page.
""Response Body
application/json
application/json
application/json
application/json
Cancel Payment Link
Cancels a payment link that has not yet been completed. A payment link can only be cancelled if no transactions are currently being processed for it. If the payment link cannot be cancelled, an UNEXPECTEDSESSIONSTATE error is returned.
List Webhooks
Returns a paginated list of active webhooks configured for the authenticated merchant. Use this endpoint to audit webhook destinations, verify subscribed events, and ensure each webhook aligns with your point-of-sale domains. 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.