Create loan

Create a loan, reflecting a loan account from Mambu Core.

Body Params
int64
required
≥ 0

The absolute amount of the loan, in the specified currency's smallest units. For euro loans, the smallest unit is cents. €20 is represented as 2000.

string
required

The ISO 4217 currency code of the loan.

uuid

The ID of the credit arrangement the loan must be attached to. Must be the ID of an active credit arrangement.

string

The ID of the credit arrangement in Mambu Core the loan refers to. Must be left empty if credit_arrangement_id is provided.

string
enum
required

The source of the loan. Only mambu is supported.

Allowed:
string
enum
required

Always loan.

Allowed:
string
required

The loan ID in Mambu Core.

disbursement_details
object

Must be left empty if credit_arrangement_id is provided.

repayment_details
object

Must be left empty if credit_arrangement_id is provided.

metadata
object

Additional client data in JSON format. See Metadata.

custom_fields
object

Custom fields in JSON key:value format. See Custom fields.

Responses

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