Skip to main content

Createlineofcreditapiv1

lineOfCredit objectrequired

an object representing a line of credit

amountstringrequired

the amount of the line of credit

clientKeystring

The ID of the client for whom the line of credit is to be created

customInformation object[]

an array of any custom field values you may have set up for your Mambu instance

  • Array [
  • customFieldIDstring

    The ID of the custom field definition.

    valuestring

    the custom field value

  • ]
  • expireDatestring<date-time>required

    the date on which the line of credit will end

    exposureLimitTypestringrequired

    Limit comparing to the original (APPROVED_AMOUNT) loan/overdraft amounts or the current (OUTSTANDING_AMOUNT) amount

    Possible values: [OUTSTANDING_AMOUNT, APPROVED_AMOUNT]

    groupKeystring

    the ID of the group for whom the line of credit is to be created

    idstringrequired

    the ID of the line of credit to be created

    notesstring

    some notes

    Possible values: <= 255 characters

    startDatestring<date-time>required

    the date on which the line of credit will become valid

    Createlineofcreditapiv1
    {
    "lineOfCredit": {
    "amount": "string",
    "clientKey": "string",
    "customInformation": [
    {
    "customFieldID": "string",
    "value": "string"
    }
    ],
    "expireDate": "2024-07-29T15:51:28.071Z",
    "exposureLimitType": "OUTSTANDING_AMOUNT",
    "groupKey": "string",
    "id": "string",
    "notes": "string",
    "startDate": "2024-07-29T15:51:28.071Z"
    }
    }