Search PositivePay Exceptions

Return positive pay exceptions for a given criteria.

SecurityoAuth2
Request
query Parameters
page
required
number

page index. And it a mandatory.

Example: page=1
records
required
number

page size. And it a mandatory.

Example: records=10
Request Body schema: application/json
paymentUID
string

A unique identifier associated with the payment

customerUID
string

Customer unique identifier associated with the customer in the Finzly's CRM system

customerName
string

Customer name associated with the payment positive rule

customerAccountNumber
string

Bank Account Number

decisionDateTime
string

Decision date and time in (EST)

amount
number

Payment amount

positivePayDecisionStatus
string

Decision status

secCode
string

SEC code associated with the ACH postive rule

Responses
200

Successfully processed request

400

bad input parameter environment

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Internal server error

503

Service unavailable

default

search results matching criteria

post/v2/positivepay/exception/search
Request samples
application/json
{
  • "paymentUID": "112233",
  • "customerUID": "112233",
  • "customerName": "ABC Company",
  • "customerAccountNumber": "12387878",
  • "decisionDateTime": "04-23-2024",
  • "amount": 10,
  • "positivePayDecisionStatus": "PENDING",
  • "secCode": "CCD"
}
Response samples
application/json
{
  • "status": "Success or Failure",
  • "code": "PPD001",
  • "message": "Failed to get the positive pay exception information: <Failure Reason>.",
  • "pagination": {
    },
  • "data": [
    ]
}