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

  1. Log in to Prestmit Console.
  2. Go to Wallet โ†’ Top-up Wallet.
  3. Select your wallet currency (Naira).
  4. Copy the virtual account number or use a supported payment option.
  5. 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

ParameterTypeRequiredDescription
walletStringYesThe 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.

Whatโ€™s Next

Next... let's go through the process of payouts and withdrawals.