{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"organizationId": "da760e2f-2f7b-4f5d-b394-766ce9c4fad8",
"userId": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"senderUserId": "d4e5f6a7-b8c9-0123-defa-234567890123",
"externalId": "loan-app-12345",
"status": "COMPLETED",
"type": "request",
"Config": {
"period": "6"
},
"createdAt": "2026-02-15T14:30:00.000Z",
"updatedAt": "2026-02-15T15:00:00.000Z",
"statement": {
"HttpStatusCode": 200,
"InstitutionName": "Royal Bank of Canada",
"InstitutionId": 3,
"Institution": "RBC",
"Accounts": [
{
"Id": "acct_123456",
"Title": "Chequing Account",
"AccountNumber": "1234567890",
"LastFourDigits": "7890",
"Category": "Operations",
"Type": "Chequing",
"AccountType": "PersonalChequing",
"Currency": "CAD",
"Balance": {
"Available": 5230.45,
"Current": 5230.45,
"Limit": null
},
"Holder": {
"Name": "JOHN DOE",
"Address": {
"CivicAddress": "123 Main St",
"City": "Toronto",
"Province": "ON",
"PostalCode": "M5V 2T6",
"POBox": null,
"Country": "CA"
},
"Email": "john.doe@example.com",
"PhoneNumber": "+15192223333"
},
"Transactions": [
{
"Id": "txn_001",
"Date": "2026-02-14",
"Description": "PAYROLL DEPOSIT",
"Debit": null,
"Credit": 3200.00,
"Balance": 5230.45,
"Code": null
},
{
"Id": "txn_002",
"Date": "2026-02-13",
"Description": "GROCERY STORE",
"Debit": 87.32,
"Credit": null,
"Balance": 2030.45,
"Code": null
}
],
"Statements": [],
"OverdraftLimit": 500
}
]
}
}