Retrieve paginated list of all payments for given payment batch.
OK
{- "limit": 200,
- "offset": 100,
- "count": 67,
- "rows": [
- {
- "id": "string",
- "paymentBatchId": "1bce4e75-abe0-4ebf-b151-fbdb0b7d5ed9",
- "orderId": "string",
- "status": "created",
- "amount": "string",
- "fundingBudgetId": "6ee672f6-226f-4a72-8592-0f8dc5284ab1",
- "purposeCode": "string",
- "purpose": "string",
- "reference": "string",
- "currencyCode": "USD",
- "riskCheckedAt": "2019-08-24T14:15:22Z",
- "fees": "string",
- "charges": "SHA",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "inputIndex": 0,
- "recipient": {
- "id": "string",
- "defaultReference": "string",
- "type": "individual",
- "name": "string",
- "displayName": "string",
- "subscribedEmails": [
- {
- "name": "string",
- "email": "user@example.com"
}
], - "accountIdentifier": "string",
- "bankIdentifier": "string",
- "secondaryBankIdentifier": "string",
- "intermediaryBankIdentifier": "string",
- "paymentNetwork": "SWIFT",
- "address": {
- "addressType": "ADDR",
- "streetName": "string",
- "buildingNumber": "string",
- "buildingName": "string",
- "postcode": "string",
- "city": "string",
- "region": "string",
- "countryCode": "GB"
}, - "bankAddress": {
- "bankName": "string",
- "branch": "string",
- "buildingName": "string",
- "buildingNumber": "string",
- "streetName": "string",
- "city": "string",
- "region": "string",
- "postcode": "string",
- "countryCode": "GB"
}, - "validation": {
- "nameMatch": true,
- "reason": "string",
- "reasonCode": "N000",
- "actualName": "string"
}
}, - "alerts": [
- {
- "inputIndex": 0,
- "timestamp": "2019-08-24T14:15:22Z",
- "type": "Error",
- "code": "string",
- "message": "string"
}
]
}
]
}