Create RFI
Create a new Request for Information (RFI) for testing purposes.
This endpoint is only available in our sandbox environment. It is not available in production.
Use this endpoint to create RFIs in sandbox mode, simulating the compliance workflow where Pave Bank requests additional information about an account or transaction.
Example Request
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionaltypeRequiredstringThe type of RFI
Value in:
"transaction" | "account" | "nominal_sub_account" | "nominal_sub_account_opening"related_idRequiredstringThe ID of the related entity. Must start with 'transaction_' when type is 'transaction', or 'account_' when type is 'account'.
descriptionstringA description of why the RFI is being raised
questionsarray<object>Array of questions to include in the RFI
Response Body
idRequiredstringThe unique identifier of the RFI