🔗Deposit API
Deposit Crypto Instantly
API System Description
Your company offers the deposit callback API that Crypto Pay can use to handle deposit-related transactions.
With the mentioned API, we will generate a deposit link for your company.
Deposit link: deposit.cmoney.xyz/{yourcompanyname}?uid={userid}&username={username}User Deposit Flow
A user clicks on the deposit link on your company's website, which then forwards them to the deposit website.
The user initiates a deposit transaction with the desired amount and payment token on the blockchain.
Once the transaction is completed, Crypto Pay calls the deposit callback API on your company's server, providing the deposited user ID and the amount.
Technical
Your company offers the deposit callback API accompanied by an authentication key.
Method request: POSTRequest Parameters
Headers
Authorization: Includes the API key for authentication
Body
uid: Identifies the user initiating the depositamount: Amount deposited
Last updated