List payment batch alerts
Retrieve paginated list of all payment batch alerts filtered using the query parameters.
GET
cURL
Authorizations
Path Parameters
The unique ID of the Payment Batch.
Maximum string length:
36Query Parameters
The ID of the account to work with.
Example:
"F50091"
Determines whether the page of items are sorted in ascending or descending order.
Available options:
asc, desc The number of items to skip before returning results.
Example:
100
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
Available options:
Error, Warning Response
200 - application/json
OK
The total amount of records matching the querying when "limit" is ignored.
Example:
67
Array of all alerts for payment batch.
The maximum number of results to return.
Required range:
1 <= x <= 1000Example:
200
The number of items to skip before returning results.
Example:
100
cURL