Wallet
Scale-up your business with real-time wallet updates. Business is easier when you see the numbers moving.
This is your wallet that houses all your funds and revenue. The amount available in your wallet at any time can be used for product purchases for your customers. It can also be withdrawn at any time using a single endpoint.
Top up your wallet balance straight from your bank account or using your card.
post
https://staging.api.mycover.ai/
v1/wallet/fund
Sample Request Payload
{
"paymentReference":"T168215857244992",
"amount":50000
}
Here’s where you see the result of all your efforts. Connect this endpoint to see the total sum of all funding and commissions
get
https://staging.api.mycover.ai/
v1/wallet/balance
See a list of all the transactions you’ve done in your wallet. This includes your commissions, funding and withdrawals.
get
https://staging.api.mycover.ai/
v1/wallet/transactions
See a list of all your recent transactions from your wallet.
get
https://staging.api.mycover.ai/
v1/wallet/recent-transactions
Last modified 1yr ago