Reject Positive Pay Exception

Reject a pending Positive Pay exception. For RFP payments, a reject code of CUST is sent.

SecurityoAuth2
Request
path Parameters
paymentId
required
string

A unique identifier associated with the positive pay exception

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/{paymentId}/reject
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "string",
  • "message": "Exception rejected successfully",
  • "data": "123456789"
}