Crypto Deposit

To build a crypto payment service provider should generate deposit addresses, send notifications for incoming and outgoing transactions, send payouts, convert crypto to crypto automatically using a liquidity provider or exchange, etc.
All could be done much cheaper and faster using our various products. Easily generate addresses in order to be able to accept and track crypto and other digital asset deposits.

Token address list:
Testnet(Nile) TRX-USDT: TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj
Testnet (BNB Smart chain) BSC-BUSD: 0xab1a4d4f1d656d2450692d237fdd6c7f9146e814
Mainnet TRX-USDT: TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
Mainnet BSC-USDT: 0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56

POST https://{api_URL}/api/cryptoDeposit


request

QUERY PARAMETERS

FieldTypeDescription
callbackURLstring(*Required) The URL on the merchant website where we will automatically POST the transaction status.
Example: https://MerchantCallbackURL.com/StatusCallbackURL
createURLstring(Optional) The URL on the merchant website where we will automatically POST the transaction status.
Example: https://MerchantCallbackURL.com/CreateOrderCallbackURL
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. USDT / USDC. Maximum length is 4.
Example: USDT
coinCodestring(*Required) Coin Code. Eg. ETH / TRX.
Example: TRX
amountfloat(*Required) The amount in currency to be transferred. * Maximun supported 4 decimals.
Example: 63.8500
referCodestring(*Required) Reference code by merchant unique code. * unique. Maximum length is 50.
Example: REF1234509897
ownerBystring(*Required) Transaction Owner name / User name. Maximum length is 100.
Example: BestTitan

Response

A customer payment, originally held in the Undeposited Funds account, into the Asset Account. A create request includes representing a direct deposit or linked deposit.

QUERY PARAMETERS

FieldTypeDescription
docNostring(*Required) Document No. Generate by gateway system. * Unique.
Example: WD8888888888
depositUrlstring(*Required) DepositURL bank redirect payment URL request.
Example: https://redirect.DepositPage.com/xxxxxx-xxxxxx-xxxxxx-xxxxxx

Updated over 0 months Ago