Onboarding RFI
Published when an RFI is required during an onboarding process.
WEBHOOK
Event Types
| Event Type | Description |
|---|---|
rfi.action_required | An RFI was raised during onboarding and requires your action. |
The transaction-level RFI event (
rfi.transaction.action_required) is not emitted by Account Center. It is covered by the Global Account product — see Payout / Deposit RFI.Usage guidelines
Upon receiving this notification, follow the steps below:Retrieve RFI details
Use the
rfi_id provided in the notification to call the Retrieve RFI API. This returns the required file information for the current RFI.Upload required file
Upload the specified file via the Upload A File API. Upon success, a
file_id will be returned.Body
application/json
A unique identifier for this event.
Top-level event category.
Available options:
RFI The specific event type that occurred.
Available options:
rfi.action_required RFI ID.
API version number.
Example:
"V1.6.0"
RFI (Request for Information) details associated with the event.
Response
200
Return 200 to acknowledge receipt.

