Retrieve RFI Requests

Introduction

A Request for Information (RFI) is created when we need additional details or documentation before a payment can finish processing, such as a beneficiary's government-issued ID. The payment stays in progress until the RFI is resolved. Use this endpoint to fetch a single RFI by ID, or list every RFI on your account. Each RFI returns its status, the payment it belongs to, and the individual items being requested. Each item has its own ID, which you'll need when submitting a response.

Common uses:

  • Retrieve all pending RFI requests requiring action

  • Filter RFIs by payment reference ID or status

  • Track the status of previously submitted RFIs

  • View details about what information or documents are required

To respond, POST to /rfi using the item IDs returned here. If you'd rather not poll this endpoint, enable RFI webhooks and we'll notify you as soon as one is created.

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

The type of RFI. Currently, only 'PAYMENT' is supported.

Allowed:
string
enum

Filter RFIs by status

Allowed:
string

Filter RFIs by payment reference ID

string

Retrieve a specific RFI by ID

integer
≥ 1
Defaults to 1

Page number for pagination

Headers
string

Client ID for partnership authentication

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