Approve PositivePay Exception

Approve Positive Pay Exceptions

SecurityoAuth2
Request
path Parameters
paymentId
required
string

A unique identifier associated with the positive pay rule exception

query Parameters
acceptedAmount
number <decimal>

Optional Query Parameter for RFP (Request for Payment) Exceptions

Allows you to modify the payment amount when approving a positive pay exception for instant payment rails (FedNow, RTP).

When to use:

  • Only applicable for FedNow and RTP payment methods
  • The original RFP must have amountModificationAllowed flag set to true
  • Not applicable for ACH, FEDWIRE, or SWIFT payment methods
  • Accepted amount values should be greater than zero

Usage:

  • Without parameter: Approves the exception with the original payment amount
  • With acceptedAmount: Approves with a modified amount (if allowed)
Example: acceptedAmount=150
Responses
200

OK

400

Bad request

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

search results matching criteria

put/v2/positivepay/exception/{paymentId}/approve
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "string",
  • "message": "Exception approved successfully",
  • "data": "123456789"
}