Return positive pay exceptions for a given criteria.
Successfully processed request
bad input parameter environment
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
bad input parameter environment
Internal server error
Service unavailable
search results matching criteria
{- "paymentUID": "112233",
- "customerUID": "112233",
- "customerName": "ABC Company",
- "customerAccountNumber": "12387878",
- "decisionDateTime": "04-23-2024",
- "amount": 10,
- "positivePayDecisionStatus": "PENDING",
- "secCode": "CCD"
}
{- "status": "Success or Failure",
- "code": "PPD001",
- "message": "Failed to get the positive pay exception information: <Failure Reason>.",
- "pagination": {
- "totalRecords": 100,
- "returnedRecords": 10,
- "pageReturned": 2,
- "pageSize": 10
}, - "positivePayExceptions": [
- {
- "exceptionUID": "string",
- "paymentUID": "100100",
- "paymentRuleType": "ACH, FEDWIRE, RFP",
- "amount": 123456789,
- "achCompanyID": 122334789,
- "customerAccountNumber": "12387878",
- "beneName": "XYZ Name",
- "beneBankName": "Bank Name",
- "exceptionReason": "Amount Mismatch",
- "exceptionDateTime": "01-17-2024",
- "expiryDateTime": "01-17-2024",
- "positivePayDecisionStatus": "string",
- "secCode": "CCD",
- "approvedBy": "user001",
- "approvedDate": "01-17-2024"
}
]
}