Deposits
Deposits are top-ups and payments credited to your wallets. The deposit currency should be the same as the wallet currency.
Key points
The system accepts payments only in crypto.
Each transaction requires a certain number of confirmations in the blockchain.
The processing speed of a transaction in the blockchain depends on the blockchain fee amount.
Information about new transfers associated with a deposit can be sent to your system via a callback.
Each transaction can be assigned a special identifier by which the transaction can be tracked in your system.
It is possible to generate a payment page in order to send payment details to your payers.
Deposits list
- ID
The deposit identifier, this is a link to detailed view of the deposit information.
- Created
The date and time of deposit creation.
- Label
The deposit name.
- Wallet
The label of the wallet to which funds are credited. This is a link to the wallet details.
- Address
Payment address of the deposit in the blockchain. This is a link to the explorer.
- Currency
The deposit currency (including tokens and custom tokens).
- Tracking ID
A special identifier of the payment in the client system.
- Paid amount
Total amount paid to the deposit address.
- Updated
The date and time of deposit update.
Deposit details
To access Deposit details, click the ID on the deposits list page.
The Deposit details page includes two tabs: Info and Log.
The Info tab contains the essential deposit information:
- Address
Payment address of the deposit in the blockchain. This is a link to the explorer, it cannot be edited.
- View payment page button
Click this button to view the payment page. You can use any QR-code generator library to create a QR code for deposit address in case you want to build your own payment page.
- The Advanced options section
Additional deposit settings. The section contains the following fields:
- Label
The deposit name.
- Tracking ID
Payment identifier in the client system.
- Callback URL
URL for callback notifications on deposits. Such notifications may contain templates. To find out more about the templates, refer to How to create a deposit.
- Required block confirmations for callback
Number of confirmations needed to receive an additional callback. If this field is not blank, two callbacks are sent: upon receiving the number of confirmations specified here and upon receiving the number of confirmations specified in the system settings.
- The Transactions section
A list of transactions. Transactions IDs are links to transfers details (refer to Transfer details for more details).
The Log tab contains the deposit history:
- Created at
The date and time of an action.
- Initiator
The field can have one of the following values:
System — system actions, such as deposit creation or status change.
API — actions performed via the system API.
Email address — actions performed by a specific user via the system user interface.
- Reason
A particular reason for the action. The field can have the following values:
Created — the deposit has been created
Changed — the deposit has been changed
Deleted — the deposit has been deleted
- Comment
The description of the action.
- Old value
Previous state of the deposit.
- Actual value
Current state of the deposit.
See also