/
IN
infinite
/
Infinite API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-26
Details
Filter operations
Accounts
9
Agents
9
balance-accounts
3
Counterparties
5
Customers
22
Documents
5
External Bank Accounts
4
External Wallets
2
fixed-routes
5
FX
7
Global Payout Batches
5
Health
1
Liquidity
6
organizations
6
Quotes
2
RFIs
3
get
List RFIs
get
List customer RFIs
get
Get customer RFI
Sandbox
6
Terms of Service
3
Transfers
11
Verification
3
Webhooks
10
RFIs
Get customer RFI
get
/v1/customers/{customerId}/rfis/{id}
Path parameters
customerId
string
required
id
string
required
Headers
X-API-Key
string
API key
Response
CustomerRfiResponseDto
required
id
string
required
caseId
string
required
customerId
string
required
customerName
string
required
status
'DRAFT'
|
'OPEN'
|
'SUBMITTED'
|
'UNDER_REVIEW'
|
'RESOLVED'
|
'CANCELLED'
required
publicStatus
'NEEDS_INFORMATION'
|
'IN_REVIEW'
|
'APPROVED'
|
'REJECTED'
|
'CANCELLED'
required
Customer-facing case status for parent portal and integrator APIs.
dueAt
string
date-time
nullable
openedAt
string
date-time
nullable
submittedAt
string
date-time
nullable
closedAt
string
date-time
nullable
requestedFields
RequiredField[]
required
requestedDocuments
RequiredDocument[]
required
instructions
string
nullable
Changes