• Dashboard
  • Dashboard
Expand All Collapse All
  • Welcome
  • Introduction
  • API Access Key and Authentication
  • Nairagram Response Codes
  • Test Data
    • Test Bank Account Numbers
    • Test Data for Mobile Wallet Transfer
  • Implementing Nairagram Services
    • Bank Account Transfer Services
      • Submitting a transfer via Nairagram Payout API
      • Submitting a transfer via dashboard
      • Cancel Pending Request
    • Mobile Wallet Transfer
      • Submit Mobile Wallet Transaction
    • Cash Pick-up
      • Submit Cash Pick Up Transaction
      • Get Cash Pick-up locations
    • Client Support
      • Get Wallet by Country
      • Bank List
      • Operator Wallet Code
      • Cash Pick-up Locations
      • Webhook/Call back
      • Get Beneficiary Name
      • Get Bank List
      • Get Security Questions
      • Get Currency Rate
      • Get Country List
      • Get Balance
      • Get Transaction Status
  • User Acceptance Complete Testing (UAT)

Get Balance

74 views 0 Updated on January 27, 2022

Use the getBalance endpoint to display the available balance for a company. Please discuss with your Partner Technical team for any queries.

Syntax

POST https://nairagrambasket.com/api/getBalance

Input Parameters

The following table lists the parameters that you need to provide in the getBalance request.

FieldValue FormatRequired/OptionalDescription
usernameYes Required Input the valid email address that you submitted to your Partner Company.
passwordYes Required Input your secure password.
secretKeyYes Required Input the API key provided to you by your Partner Company.

Sample Request

curl --location --request POST 'https://nairagrambasket.com/api/getBalance' \
--form 'username="Yes"' \
--form 'secretKey="Yes"' \
--form 'password="Yes"'

Sample Response

{
    "Code": "200",
    "Message": "Success",
    "Content": [ ]
}

OR

{
    "Code": "401",
    "Message": "Unauthorized",
    "Content": {
        "error": "Invalid Token"
    }
}

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Get Country List
Up Next
Get Transaction Status
Recent Topics
  • Get Currency Rate
  • Submit Cash Pick Up Transaction
  • Submit Mobile Wallet Transaction
  • Webhook/Call back
  • Submitting a transfer via Nairagram Payout API
Popular Topics
  • Submitting a transfer via dashboard
  • Welcome
  • Client Support
  • Get Security Questions
  • Get Wallet by Country
©2022 - Nairagram Ltd. All rights reserved.