Submit RFI Response

Introduction

Submit the information and documents requested in an RFI. Once all items are received, the RFI is closed and the payment continues processing.

The request body must be form-data, not JSON. Each key is the item ID from the RFI, and each value is either a text string or a file, depending on that item's type. Retrieve the item IDs from GET /rfi before calling this endpoint.

All items on an RFI must be submitted in a single request. Partial submissions are accepted but leave the RFI open.

Files must be PDF, JPG, PNG and under 4 MB. After submission, the RFI moves to SUBMITTED while it's reviewed and the payment status reverts to PROCESSING. If an item is rejected, a new RFI is created with the items still needed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The RFI ID to submit

Body Params

For each requested item in the RFI, provide a field where:

  • Field name: Use the id of the requested item (from the GET RFI response)
  • Field value:
    • For TEXT type items: Provide a non-empty string
    • For DOCUMENT type items: Upload the file

Headers
string

Unique identifier of Child Account (required only for Partner).

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json