Send a Request for Information (RFI) for a payment or debit request. The delivery method (RTP or FedNow) is automatically determined based on the paymentId. The service validates the paymentId, confirms that the delivery method is either RTP or FedNow, validates the request body, and then sends the RFI request to the payment service. Validation rules:
MissingInformation or IncorrectInformation must be provided.PROCESSED, REVERSAL_ACCEPTED, REVERSAL_PARTIALLY_ACCEPTED, REVERSAL_REJECTED, RETURNED*Successfully processed request
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 processed request
{- "missingInformation": [
- {
- "code": "MS01",
- "additionalInfo": "Missing beneficiary account information"
}, - {
- "code": "NARR",
- "additionalInfo": "Additional narrative information required for processing"
}
], - "incorrectInformation": [
- {
- "code": "IN01",
- "additionalInfo": "Incorrect beneficiary name"
}
], - "initiatingPartyName": "ABC Corporation"
}{- "message": "Request for Information has been sent successfully",
- "paymentId": "126791",
- "deliveryMethod": "FEDNOW",
- "timestamp": "2025-12-03T10:51:29.4687354+05:30"
}