Settlement Object

A Settlement is defined and managed under an organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for settlements:

FieldTypeDescription
idstringThe UUID. A unique ID of the settlement.
created_atdateThe creation time of the settlement.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the settlement details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
statusstringThe status of the Settlement.
One of the following:
* SUCCESS
* PENDING
* FAILED
* CANCELLED
* EXPIRED
* REJECTED
amountnumberThe amount that is requested for settlement.
settled_amountnumberThe amount settled with the crypto symbol.
currencystringThe currency of the settlement.
symbolstringThe crypto symbol of the settlement.
exchange_ratebooleanThe exchange rate is being updated after the settled amount.
descriptionstringThe settlement description.
payment_methodstringThe payment method used for the settlement.
metadataobjectThe metadata of the settlement is relevant for CRYPTO settlements.
wallet_idobjectThe wallet id this settlement belongs to. See Wallet Object
organization_idstringThe organization id this settlement belongs to. See Organization Object