List financing agreements v2
Query Parameters
- Type: integerpagemin:-9007199254740991max:9007199254740991
Page number
- Type: integerlimitmin:-9007199254740991max:9007199254740991
Items per page
- Type: stringsearch
Free-text search
- Type: stringdate
From Filter from date (YYYY-MM-DD; legacy MM-DD-YYYY accepted)
- Type: stringdate
To Filter to date (YYYY-MM-DD; legacy MM-DD-YYYY accepted)
- Type: stringorder
By Field used for sorting
- enumorder
Direction Sort direction
values- asc
- desc
- Type: string Format: uuidid
Financing agreement UUID
- Type: string Format: uuidcustomer
Id Customer UUID
- Type: stringexternal
Id Partner-defined customer identifier
- enumstatus
Financing agreement status
values- I
N _ P R O G R E S S - C
O M P L E T E D - D
E F A U L T E D - R
E S T R U C T U R E D
- Type: string Format: uuidcredit
Line Id Only agreements that are draws of this credit line
- has
Credit Line true = only credit line draws, false = only regular capital agreements. Ignored when creditLineId is set
- Type: boolean
true = only credit line draws, false = only regular capital agreements. Ignored when creditLineId is set
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/v2/financing-agreements
curl https://api-sandbox.tryslatehq.com/v2/financing-agreements \
--header 'x-api-key: YOUR_SECRET_TOKEN'
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"applicationId": "123e4567-e89b-12d3-a456-426614174000",
"creditLineId": "123e4567-e89b-12d3-a456-426614174000",
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"fundedAmount": 10000,
"fundedDate": "2025-01-01",
"currency": "CAD",
"firstPaymentDate": "2025-01-01",
"estimatedLastPaymentDate": "2025-01-01",
"status": "IN_PROGRESS",
"term": 12,
"termUnit": "month",
"repaymentFrequency": 1,
"repaymentFrequencyUnit": "month",
"disbursed": false,
"remainingBalance": 10000,
"totalPaid": 10000,
"createdAt": "2025-01-01T00:00:00Z",
"updatedAt": "2025-01-01T00:00:00Z",
"type": "fixed_mca",
"fixedMCA": {
"factorRate": 1.2
}
}
],
"page": 1,
"limit": 1,
"total": 1,
"totalPages": 1
}