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
publicAddressstring
Deposit address.
tokenstring
Stablecoin
walletIdstring
Business crypto wallet created
amountnumber
Amount to be deposited.
customerKeystring
Customer key generated
callbackUrloptional
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?