Method: POST
URL:
Content-Type: Multipart / Form-data
| Fields | Description |
|---|---|
| user_code | Provided by Circlepay |
| partner_tran_id | Partner transaction ID: Alphanumeric, Max 50 characters |
| amount | 1 - 50000 |
| acc_name | Customer name who making the deposit |
| wallet_address | Customer usdt wallet address |
| sub_type | sub_type is network of wallet_address: erc20, bep2, bep20, trc20 |
| username (Optional) | Customer username on partner system (For tracking purpose) |
| token | hash_hmac(‘sha256’,[user_code][partner_tran_id][wallet_address][sub_type][amount], the API Key) *The API Key is provided by CirclePay |
| Fields | Description |
|---|---|
| error_code | 00: Successful making the deposit request 01: Error with the input fields |
| error_message | Detail message for the error_code |
| data | Result (NULL if error) ⮞ partner_tran_id ⮞ tran_id ⮞ qr_url ⮞ wallet_addr ⮞ amount ⮞ sub_type |
