Batch Approval or Rejection of Positive Pay Exceptions

Allows batch processing of Positive Pay exceptions by approving or rejecting them based on the specified decision type.

SecurityoAuth2
Request
path Parameters
decisionType
required
string

Specifies the action to be taken on the Positive Pay exceptions. Accepted values are approve or reject.

Enum: "approve" "reject"
Request Body schema: application/json
ids
required
Array of strings

List of unique identifiers associated with the payment requires decision.

Responses
200

OK

400

Bad Request - Invalid input or validation error

401

You are not authorized to access the resource

403

Forbidden - User is not authorized to perform this operation

404

The resource you were trying to reach is not found

500

Internal Server Error - Unexpected error occurred while processing the request

503

Service unavailable

patch/v1/positivepay/payments/decisions/{decisionType}
Request samples
application/json
{
  • "ids": [
    ]
}
Response samples
application/json
[
  • {
    }
]