Retrieve Request for Information history for a payment. The delivery method (RTP or FedNow) is automatically determined based on the paymentId. Validates paymentId, ensures delivery method is RTP or FedNow and retrieves the RFI history from the payment service. Validation rules:
Successfully retrieved RFI history
Bad Request - Invalid input parameters or validation errors
You are not authorized to access the resource
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
{- "paymentId": "PAY123456789",
- "deliveryMethod": "RTP",
- "recordCount": 2,
- "rfiHistory": [
- {
- "rfiMessageId": "M20251127101010101MTBOTS00154950919",
- "requestDirection": "IN",
- "missingInformation": [
- {
- "code": "MS01",
- "additionalInfo": "Missing beneficiary account information"
}
], - "incorrectInformation": [ ],
- "initiatingPartyName": "ABC Corporation"
}
]
}