Get RFI History

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:

  • Payment ID is required and must be numeric
SecurityoAuth2
Request
path Parameters
paymentId
required
string

Unique payment identifier. The delivery method (RTP or FedNow) is automatically determined from this payment.

Responses
200

Successfully retrieved RFI history

400

Bad Request - Invalid input parameters or validation errors

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

Method Not Allowed - The HTTP method is not allowed for this endpoint

500

Internal server error

503

Service unavailable

default

Successfully retrieved RFI history

get/v1/rfi/{paymentId}
Request samples
Response samples
application/json
{
  • "paymentId": "PAY123456789",
  • "deliveryMethod": "RTP",
  • "recordCount": 2,
  • "rfiHistory": [
    ]
}