CHECKING top-up

1. Deposit Crypto

This method allows you to fund your CHECKING account by transferring cryptocurrency.

Steps to Deposit Crypto:

  1. Retrieve a Deposit Address:
    Use the API method address/list to generate a unique deposit address for your desired cryptocurrency and blockchain type.

  2. Transfer Cryptocurrency:
    Send the cryptocurrency to the provided deposit address using your external wallet or exchange. Ensure that the blockchain type matches the one specified during the address generation.

  3. Wait for Confirmation:
    Once the transaction is confirmed on the blockchain, the deposited amount will reflect in your CHECKINGaccount.


2. PayIn via Acquiring Service

This method enables you to fund your CHECKING account using an external acquiring service, such as card payments or bank transfers.

Steps to Fund via PayIn:

  1. Create a PayIn Request:
    Use the API method createPayIn to initiate a funding request. This will generate an invoice with a unique id.

  2. Initiate the Payment:
    Use the invoiceId from the previous step to create a payment request via the paymentGetOrCreate method.

  3. Complete the Payment:
    Finalize the payment using the pay method. After the payment is successfully processed, funds will be credited to your CHECKING account.


Important Notes

  • KYC Verification: Ensure your account is verified (KYC) to unlock full functionality.
  • Processing Times:
    • Cryptocurrency deposits depend on blockchain confirmation times.
    • External payments may vary based on the acquiring service.