CHECKING top-up
1. Deposit Crypto
This method allows you to fund your CHECKING account by transferring cryptocurrency.
Steps to Deposit Crypto:
-
Retrieve a Deposit Address:
Use the API methodaddress/list
to generate a unique deposit address for your desired cryptocurrency and blockchain type. -
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. -
Wait for Confirmation:
Once the transaction is confirmed on the blockchain, the deposited amount will reflect in yourCHECKING
account.
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:
-
Create a PayIn Request:
Use the API methodcreatePayIn
to initiate a funding request. This will generate an invoice with a uniqueid
. -
Initiate the Payment:
Use theinvoiceId
from the previous step to create a payment request via thepaymentGetOrCreate
method. -
Complete the Payment:
Finalize the payment using thepay
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.
Updated 23 days ago