Wallet Balance Top-up
Your Prestmit wallet needs to be funded before you can perform payouts or purchases through the API. This section explains how wallet funding works and how to check your balance after a top-up.
๐ Overview
When you fund your wallet, the money goes directly into your Naira or Cedis wallet balance. You can top up your wallet through the Prestmit API Console.
โ๏ธ How to Fund via Dashboard
Naira Wallet Funding
- Log in to Prestmit Console.
- Go to Wallet โ Top-up Wallet.
- Select your wallet currency (Naira).
- Copy the virtual account number or use a supported payment option.
- Once the payment is made, your wallet is updated instantly.
Cedis Wallet Funding
To fund your Cedis wallet, please reach out to our support team for assistance with the funding process.
Tip: Always verify the account name before sending money to avoid transfer errors.
๐งฉ Checking Wallet Balance
You can check your wallet balance anytime using the following endpoint:
GET /wallet/fiat/details?wallet=NAIRA
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet | String | Yes | The wallet currency (e.g., NAIRA or CEDIS) |
Example Response
{
"nairaBalance": 3876681,
"earningHistory": {
"totalGiftCardCredit": "42400.00",
"totalBtcTradeCredit": 0,
"totalReferralTradeCredit": 0
}
}๐ง Notes
- Each wallet (Naira and Cedis) is separate; top-ups donโt reflect across both.
- Wallets update automatically once a top-up or commission is credited.
- Contact support with the payment reference if a deposit doesnโt reflect after 10 minutes.
- You can programmatically verify your updated balance after every transaction.
Updated 2 months ago
Whatโs Next
Next... let's go through the process of payouts and withdrawals.