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
Accessing the resource you were trying to reach is forbidden
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
Service unavailable
Successfully retrieved RFI history
{- "paymentId": "PAY123456789",
- "deliveryMethod": "RTP",
- "recordCount": 2,
- "rfiHistory": [
- {
- "rfiMessageId": "M20251127101010101MTBOTS00154950919",
- "requestDirection": "IN",
- "missingInformation": [
- {
- "code": "MS01",
- "additionalInfo": "Missing beneficiary account information"
}
], - "incorrectInformation": [ ],
- "initiatingPartyName": "ABC Corporation"
}
]
}