Deposit
To initiate the deposit, you would be required to pass the wallet address that was created.
POST
https://dev-api.altra.click/ramp/deposit
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
publicAddress
string
Deposit address.
token
string
Stablecoin
walletId
string
Business crypto wallet created
amount
number
Amount to be deposited.
customerKey
string
Customer key generated
callbackUrl
optional
URL to Redirect to After Completing Deposit
{
"publicAddress": "",
"token": "USDT",
"walletId": "kotanipay crypto wallet id",
"amount": 2,
"customerKey": "kotanipay mobile money customer key",
"callbackUrl": ""
}
Last updated
Was this helpful?