Information Requests (RFIs)
Last updated
Last updated
When transactions are flagged as high-risk, they are marked as pending on our system. Our compliance team will review transactions and may ask a customer for further information on a transaction to better understand the nature of the request. If an administrator needs more details to make this decision, they can send an information request (RFI) to the customer. This module will enable API users to retrieve information requests and respond with supporting documents and information.
When a information request is issued, API users will receive a callback notification. Similarly, when a request is updated (either being accepted, rejected, or requires more information), another callback request is sent.
List Information Requests - Retrieves a list of information requests (RFIs). Optional filters can be applied to narrow down the list by customer.
Get Information Request Details - Retrieves detailed information about a specific information request using its unique ID.
Submit Information Request - Allows a customer to submit information and documents in response to an RFI.
Retrieves a list of information requests (RFIs). Optional filters can be applied to narrow down the list by customer.
Endpoint: /api/v1/customer/informationrequests/getinformationrequestlist
Method: GET
Response Format: application/json
GET
Query ParametersRetrieves detailed information about a specific information request using its unique ID.
Endpoint: /api/v1/customer/informationrequests/ getinformationrequestdetails
Method: GET
Response Format: application/json
GET
Query ParametersAllows a customer to submit information and documents in response to an RFI.
Endpoint: /api/v1/customer/informationrequests/submitinformationrequest
Method: POST
Request format: form-data
Response format: application/json
Request Body
Example Success Response
Request body parameter
Format
Description
CustomersId
int
Filter by this id (optional)
PageNumber
int
Page number (optional – default 1)
PageSize
int
Number of results per page (optional – default 10)
Error message code example
Description
Invalid
Invalid request values
Unauthorized
User is not authorized for this action
Request body parameter
Format
Description
informationRequestsId
int
The information request to access
Error message code example
Description
Not_Found
InformationRequestsID not found
Invalid
User is not valid for this action
Request body parameter
Format
Description
CustomerAssetAccountsTransactionsInformationRequestsId
int
Id
ResponseFormGuid
string
GUID for identifying responses
SupportingInformation
string
Text response
SupportingDocumentUploads
file
One or more files to be uploaded as evidence
Request body parameter
Format
Description
id
int
Id of the response
Error message code example
Description
Not_Found
InformationRequestsID not found
Invalid User
User is not valid for this action
Information_request_not_found
Information request does not exist with the expected status
Information_response_not_needed
Information response does not exist with the expected status
Response_form_already_submitted
Response form has been submitted with this GUID