Approve or Reject PositivePay ExceptionDeprecated

Approve or Reject Positive Pay Exception of a payment.

  • ⚠️ This endpoint is deprecated and will be removed.
  • Please switch to the v2 decision-specific endpoints:
  • Approve - /v2/positivepay/exception/{paymentId}/approve
  • Reject - /v2/positivepay/exception/{paymentId}/reject
SecurityoAuth2
Request
path Parameters
paymentId
required
string

Payment unique identifier.

decisionType
required
string

Allowed values are Approve or Reject.

Responses
200

OK - Request processed successfully

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

default

Approve or Reject Positive Pay Exception Response.

put/v1/positivepay/payments/{paymentId}/decisions/{decisionType}
Request samples
Response samples
application/json
{
  • "paymentId": "376454",
  • "message": "Exception approved successfully."
}