How to create a deposit

  1. Navigate to Deposits.

  2. Click Create new deposit.

  3. Fill out the form:

  • Wallet — required field: select the wallet.

  1. If needed, set the Advanced options:

  • Label — the label of the deposit is displayed in the list and is used for a quick search and can be any name convenient for you.

  • Tracking ID — client-provided identifier to track the deposit in your system.

  • Address type — select address type. You can select the duplicate type, if you have two wallets, one of which is the clone of another. You can also clone the deposit, created on the original wallet, to the clone wallet. This is possible after your wallet has been duplicated. If you selected the duplicate option:

    • add the list of deposits you want to duplicate

    • change the standard request URL to the duplicating one

Note

You can duplicate the address only once, and only for ETH/BSC currencies.

  • Callback URL — URL to send notifications about new deposits. You can additionally specify templates in the callback URL. Templates can be useful for easier parsing of the callback body in your system (refer to Deposit callback for more details). In the final callback URL, templates are ​​automatically replaced by the corresponding values. The following templates are available:

    • #PID# — payment identifier

    • #TRID# — tracking identifier

    • #WID# — wallet identifier

    • #TXID#blockchain transaction identifier

    • #CISO# — currency code as per ISO

    • #CUR# — currency ALPHA code

    • #DID# — deposit identifier

  • Required block confirmations for callback — set the required number of confirmations needed to receive an additional callback. If this field is not blank, two callbacks will be sent: upon receiving the number of confirmations specified here and upon receiving the number of confirmations specified in the system settings.

  1. Click Deposit.

Refer to Deposits for more details.