Approve All PositivePay Exceptions

Approve all positivepay exceptions.

SecurityoAuth2
Request
Request Body schema: application/json
paymentUID
required
Array of any
Responses
200

OK

400

Bad request

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

500

Internal server error

503

Service unavailable

default

search results matching criteria

put/v2/positivepay/exception/approveall
Request samples
application/json
{
  • "paymentUID": [
    ]
}
Response samples
application/json
{
  • "status": "Success or Failure",
  • "code": "PPD001",
  • "message": "Failed to approve all positive pay rule exception: <Failure Reason>."
}