Yobit

If you need to update a module on the server, please refer to the instructions.

Merchant Account Settings

Submit a registration request on the Yobit website. After your registration is confirmed by the service, log in to your personal account.

Go to the “API Keys” section and generate a new key with permissions based on how you plan to work with the merchant:

  • info only - view transaction history only (not used)

  • info & trade & deposits - view transaction history and accept funds into merchant accounts (accepting funds only)

  • info & trade & deposits & withdrawals - view transaction history, accept funds, and make withdrawals using merchant accounts (accepting and withdrawing funds)

After selecting the permissions and clicking the “Create New Key” button, the key will appear in the block below but will be inactive. To activate it, follow the instructions sent to your email.

Confirm the activation of the key and save the key and secret data in a text file.

Module Settings

In the admin panel, create a new merchant in the “Merchants” -> “Add Merchant” section.

Select Yobit from the dropdown list in the “Module” field, enter a name for the module, and click “Save.”

Fill in the required authorization fields.

API Key - the public key generated in your Yobit account (field “Key”)

API Secret - the private key generated in your Yobit account (field “Secret”)

Special Fields

Required Number of Transaction Confirmations - a confirmed transaction means it has been included in a block and, therefore, in the blockchain. It has been verified and recorded, the payment has been processed, and it cannot be changed or canceled. To be considered legitimate, the operation must receive a certain number of confirmations. Each new confirmation exponentially reduces the risk of the transaction being canceled.

  • Recommended! Set the value to 0 so that the request is considered paid only after receiving the required number of confirmations on the exchange.

  • Not recommended! If you set a value other than 0, the exchange will change the status of the request to "Paid" based on this setting, regardless of the transaction status displayed in the exchange's payment history. By enabling this option, you accept any potential risks.

Continuing the Setup

Next, configure the merchant by following the general setup instructions.

Last updated