Deposit Object
The Deposit is stored and managed in the organization and identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for deposits:
Field | Type | Description |
---|---|---|
id | string | The UUID. A unique ID of the deposit. |
created_at | date | The creation time of the deposit . |
updated_at | date | The time when the deposit were last updated. |
status | string | The type of the deposit.
|
reference_id | string | The Client's internal ID of the deposit. This is not Krayon's internal ID or Transaction ID. |
description | string | The description of the deposit. |
customer | dict | The customer details of the deposit. Needed by compliance/regulation.
|
billing_address | dict | The billing address details of the deposit. Needed by compliance/regulation. |
wallet | string | The wallet id this election belongs to. See Wallet object |
type | string | The status of the deposit.
|
amount | number | The amount of the deposit. |
currency | string | The currency used in the deposit. See Countries Specifications |
symbol | string | The crypto symbol of the deposit. |
payment_method | string | One of the following:
|
return_url | string | The return back URL of the deposit. |