post https://uat-api.synapsefi.com/v3.1/users//nodes
Create a preview of a one-time 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 ONE-TIME |
info.flat_fee | float | Set when offering an interest-fee one-time loan with a flat fee. Please note that you must set info.interest.apr to 0 and adhere to Synapse's flat fee limits. More details here. |
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.num_payments | integer | [Required] Number of payments due |
info.next_payments | integer | When the next payment is due in days. Defaults to 30 |
info.auto_pay | boolean | Whether to enable AutoPay or not. Defaults to false. For more details, refer to Toggle AutoPay. |
info.payment_node_id | string | Object ID of node we will collect payments from |
info.disbursement_node_id | string | Object ID of node we will distribute funds to |
info.installment_amount | integer | Amount for each payment installment |
info.nickname | string | Nickname to assign to the node |
extra.supp_id | string | Additional ID to assign to node |