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 – Missing or invalid parameters

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

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