Submit a response to a Request for Information (RFI) received on a payment.
The delivery method (RTP or FedNow) is automatically determined based on the paymentId.
Obtain the caseId from GET /v1/rfi/{paymentId} (each rfiHistory[].request.caseId); it identifies the received RFI being answered.
Validation rules:
caseId is required.status is required and must be one of INFO, IDUP, NINF, PDNG.INFO → additionalInformation is required and is sent as the response remittance text.IDUP → duplicatePaymentId is required (numeric end-to-end identifier of the identified duplicate payment).NINF / PDNG → no additional fields (only caseId and status).status does not apply and is ignored. additionalInformation (the answer value) is required; the service publishes it as the response remittance in the form "/MS01/<value>" (the MS01 code is applied by the service). endUserName is optional and, when provided, is used as the responding case party; when omitted the party defaults to system.Successfully processed request
Bad Request - Invalid input parameters or validation errors
Forbidden - User is not authorized to perform this operation
The resource you were trying to reach is not found
Method Not Allowed - The HTTP method is not allowed for this endpoint
Internal Server Error - Unexpected error occurred while processing the request
Service unavailable
{- "caseId": "20260703053951245071212128444",
- "additionalInformation": "Information provided",
- "endUserName": "Baskaran"
}{- "message": "Response to Request for Information has been submitted successfully",
- "paymentId": "403306",
- "deliveryMethod": "RTP",
- "timestamp": "2026-07-08T07:00:09.4687354-04:00"
}