post https://uat-api.synapsefi.com/v3.1/users//nodes
Create a preview of a revolving LOAN-US
node
Request Body
Key | Type | Description |
---|---|---|
type | string | [Required] Node type. Set as LOAN-US |
preview_only | string | [Required] Set as true |
info.loan_type | string | [Required] Type of loan. Set as REVOLVING |
info.credit_limit.amount | float | [Required] Limit of how much money can be borrowed out of this loan account |
info.credit_limit.currency | string | [Required] Currency type of the loan account |
info.interest.apr | float | [Required] APR on the loan in percentage |
info.interest.cap | float | [Required] Max interest that will be charged on the loan |
info.document_id | string | [Required] Base document ID of user applying for loan |
info.schedule | string | [Required] Payment schedule. Set as MONTHLY |
info.nickname | string | Nickname to assign to the node |
extra.supp_id | string | Additional ID to assign to node |