Get Billing Charge
Test this endpoint live
Open the same request directly in API Explorer.
Server URL
Returns the specific billing agreement charge by id.
Authorization
BearerAuth In: header
Path Parameters
The id of the billing agreement charge to fetch.
uuidResponse Body
application/json
application/json
application/json
application/json
List Billing Charges
Returns a paginated list of billing agreement charges created for your merchant account. Use this endpoint to audit scheduled billing events, see their states, and review current or historic attempts. You can optionally filter the list by billingAgreementId to focus on a single agreement.
Create Payment Link
Creates a new payment link with the ePay Payments API. This endpoint requires a valid ApiKey and must be called from the server side to ensure the ApiKey is never exposed client-side. We recommend a minimum timeout of 5 seconds. Required fields In the ePay backoffice in the advanced Point of Sale settings you can set the default for many of the session initialization parameters, allowing you to change your setup from the interface without updating your code. Properties must be defined in either the point of sale settings or the API request. The API request takes precedence and overwrites any point of sale settings if present. These fields are: - scaMode - timeout - instantCapture - processor - maxAttempts - notificationUrl - successUrl - failureUrl