Create a one-time LOAN-US node

Request Body

KeyTypeDescription
typestring[Required] Node type. Set as LOAN-US
info.loan_typestring[Required] Type of loan. Set as ONE-TIME
info.flat_feefloatSet when offering an interest-free 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.amountfloat[Required] Limit of how much money can be borrowed out of this loan account
info.credit_limit.currencystring[Required] Currency type of the loan account
info.interest.aprfloat[Required] APR on the loan in percentage
info.interest.capfloat[Required] Max interest that will be charged on the loan
info.document_idstring[Required] Base document ID of user applying for loan
info.schedulestring[Required] Payment schedule. Set as MONTHLY
info.num_paymentsinteger[Required] Number of payments due
info.next_paymentintegerWhen the next payment is due in days. Defaults to 0
info.auto_paybooleanWhether to enable AutoPay or not. Defaults to false. For more details, refer to Toggle AutoPay.
info.payment_node_idstringObject ID of node to collect payments from.
info.disbursement_node_idstring[Required] Object ID of node we will distribute funds to
info.installment_amountintegerAmount for each payment installment
info.nicknamestringNickname to assign to the node
extra.supp_idstringAdditional ID to assign to node
Language