Return positive pay exceptions for a given criteria.
Successfully processed request
Bad request
You are not authorized to access the resource
Forbidden - User is not authorized to perform this operation
The resource you were trying to reach is not found
bad input parameter environment
Internal server error
Service unavailable
{- "paymentUID": "112233",
- "customerUID": "112233",
- "customerName": "ABC Company",
- "customerAccountNumber": "12387878",
- "decisionDateFrom": "11-01-2024",
- "decisionDateTo": "12-01-2024",
- "amountFrom": 100,
- "amountTo": 200,
- "status": "APPROVED",
- "secCode": "CCD",
- "debitDateFrom": "11-01-2024",
- "debitDateTo": "12-01-2024",
- "paymentDateFrom": "11-01-2024",
- "paymentDateTo": "11-01-2024"
}{- "pagination": {
- "totalRecords": 100,
- "returnedRecords": 10,
- "pageReturned": 2,
- "pageSize": 10
}, - "positivePayExceptions": [
- {
- "exceptionUID": "00fbe99f-98fb-4e50-aed3-8f903a32d9e2",
- "paymentUID": "259894",
- "paymentRuleType": "ACH",
- "amount": 10,
- "achCompanyID": "2030405060",
- "customerAccountNumber": "12387878",
- "beneName": "XYZ Name",
- "beneBankName": "Bank Name",
- "exceptionReason": "Amount Mismatch",
- "exceptionDateTime": "01-17-2024",
- "expiryDateTime": "01-17-2024",
- "positivePayDecisionStatus": "APPROVED",
- "secCode": "CCD",
- "approvedBy": "user001",
- "approvedDate": "01-17-2024"
}
]
}