Create a Loan

Create a new loan, or update an existing loan if it exists.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Create a loan

string
enum
required

The type of receivable

Allowed:
integer
required
0 to 2147483647

If the loan has overdue payments, indicate the number of days that have passed since the due date. Set to zero if the loan does not have overdue payments.

integer
required

If the loan has overdue payments, indicate the total amount that is overdue. Set to zero if the loan does not have overdue payments. See Money for details

integer
required
0 to 2147483647

Indicate how many times has the loan had overdue payments. This value should be provided even if the loan is currently up-to-date with its payments. Set to zero if the loan has never had overdue payments.

number
-10 to 10

The annual interest rate charged on outstanding principal. Leave empty if the loan does not charge any interest. Should be a value between 0 and 1. For example, 0.05 represents 5%

integer

If the loan allows for multiple draws or disbursements (e.g. credit cards, line of credit), indicate what is the credit limit. Leave empty if the loan only has a single disbursement. See Money for details

string

How often are payments expected from borrower.

string
enum
required

The credit type

string
required
length ≥ 1

You need to provide your own ID for the loan. This ID must be unique across all your loans.

string
enum
required

Indicates whether this loan is funded by sivo, your own balance sheet, or a third party capital source

Allowed:
string
length ≥ 1

The name or identifier of the program associated with this receivable. This is useful if you need to report receivables for programs that sivo would not fund, or if you have different debt lines for different programs.

string
length ≥ 1

If the loan is funded by another capital source, provide its name.

string
required
length ≥ 1

The borrower associated with this loan.

date
required

The date on which this loan was originated. See Dates and Times for details

integer

The origination fee that was charged to the borrower. Leave empty if you don't have origination fees. See Money for details

periodic_fee
object

Periodic fees paid by the borrower. Leave empty if the loan has no periodic fees.

string
enum

The type of collateral used to secure this loan. Leave empty if the loan is unsecured.

string

The term for this loan. Leave empty for revolving loans like credit cards or lines of credit.

string
required

The currency of the loan. A currency identifier in ISO-4217 format

Responses

405

Invalid input

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json