Key | Type | Description |
---|
_id | string | Object ID of the node |
_links.self.href | string | HAL-style link for the node |
allowed | string | Denotes available actions for the node. See Node Statuses for more information |
client.id | string | ID of the client associated with the node |
client.name | string | Name of the client associated with the node |
extra.note | string | Account notes |
extra.supp_id | string | Supplementary ID provided on node creation |
info.agreements[] | array of objects | List of agreement documents. See below for more information |
info.auto_pay | boolean | Flag to turn auto pay on or off. Can be set when loan is created or updated after loan is created |
info.balance.amount | float | Current balance associated with the account |
info.balance.currency | string | Currency of the node |
info.credit_limit.amount | float | Maximum credit allowed |
info.credit_limit.currency | string | Currency of the node |
info.disbursement_node_id | string | Object ID of node to disperse funds |
info.document_id | string | Base document ID of user associated with the node |
info.installment_amount | float | Amount per installment payment |
info.installments[] | array of objects | List of installment amounts and dates installments (milliseconds since Unix epoch time) are to be paid |
info.interest.accrued | float | Amount of interest accrued |
info.interest.apr | float | Annual percentage rate charged |
info.interest.cap | float | Maximum interest that will be charged |
info.loan_type | string | Type of loan |
info.name_on_account | string | Name of user associated with the account |
info.next_payment | integer | Date of next payment (milliseconds since Unix epoch time). |
info.nickname | string | Nickname of node |
info.num_payments | string | Total number of payments to be made |
info.payment_node_id | string | Object ID of node to withdraw payments from |
info.*schedule | string | How often loan will be paid off |
is_active | boolean | Denotes active status of node |
timeline[] | array of objects | List of updates to the node. See Timeline Object for more information |
type | string | Type of node. See Node Types for more information |
user_id | string | User ID associate with node |
Key | Type | Description |
---|
type | string | Type of agreement |
url | string | URL link to agreement |
Key | Type | Description |
---|
date | integer | Date of update to node (milliseconds since Unix epoch time). |
note | string | Note about the node update |
Key | Type | Description |
---|
_id | string | Object ID of the node |
_links.self.href | string | HAL-style link for the node |
allowed | string | Denotes available actions for the node. See Node Statuses for more information |
client.id | string | ID of the client associated with the node |
client.name | string | Name of the client associated with the node |
extra.note | string | Account notes |
extra.supp_id | string | Supplementary ID provided on node creation |
info.agreements[] | array of objects | List of agreement documents. See below for more information |
info.auto_pay | boolean | Flag to turn auto pay on or off. Can be set when loan is created or updated after loan is created |
info.balance.amount | float | Current balance associated with the account |
info.balance.currency | string | Currency of the node |
info.credit_limit.amount | float | Maximum credit allowed |
info.credit_limit.currency | string | Currency of the node |
info.document_id | string | Base document ID of user associated with the node |
info.interest.accrued | float | Amount of interest accrued |
info.interest.apr | float | Annual percentage rate charged |
info.interest.cap | float | Maximum interest that will be charged |
info.loan_type | string | Type of loan |
info.name_on_account | string | Name of user associated with the account |
info.nickname | string | Nickname of node |
info.*schedule | string | How often loan will be paid off |
is_active | boolean | Denotes active status of node |
timeline[] | array of objects | List of updates to the node. See Timeline Object for more information |
type | string | Type of node. See Node Types for more information |
user_id | string | User ID associate with node |
Key | Type | Description |
---|
type | string | Type of agreement |
url | string | URL link to agreement |
Key | Type | Description |
---|
date | integer | Date of update to node (milliseconds since Unix epoch time). |
note | string | Note about the node update |