Skip to main content

Guarantor

Guarantor, holds information about a client guaranty entry. It can be defined based on another client which guarantees (including or not a savings account whether it is a client of the organization using Mambu or not) or based on a value the client holds (an asset)

amountnumberrequired

The amount used by the client for the guaranty

assetNamestring

The name of a value the client guarantees with (populated when the guaranty type is ASSET)

depositAccountKeystring

The key of the deposit account used by the guarantor (populated when the guaranty type is GUARANTOR). It can be null.

encodedKeystring

The encoded key of the security, auto generated, unique.

guarantorKeystringrequired

The key of the client/group used as the guarantor.

guarantorTypestringrequired

Indicated the account holder type.

Possible values: [CLIENT, GROUP]

Guarantor
{
"amount": 0,
"assetName": "string",
"depositAccountKey": "string",
"encodedKey": "string",
"guarantorKey": "string",
"guarantorType": "CLIENT"
}