Payments
Get batch payment by ID
Get the details of an existing batch payment by ID
get/batchpayments/{id}
Path parameters
idstring required
id given when batch request was made
Response
OK
Example response
{
"id": "D920000001",
"externalReference": "aReference_00001",
"status": "ACCEPTED",
"totalPayments": 9123,
"currentUserCanApprove": true,
"approvals": [
{
"approvedBy": "U2100021",
"approvedOn": "2022-06-25"
}
],
"createdDate": "2017-01-28T01:01:01+0000",
"processingDateFrom": "2017-01-28",
"processingDateTo": "2017-01-28",
"earliestScheduledPaymentDate": "2017-01-28"
}