• 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 Wallet by Country

55 views 0

Get wallet information for singular country.

Syntax

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

Input Parameter

FieldValue FormatRequired/OptionalDescription
usernamemail@mail.comRequiredInput the valid email address that you submitted to your Partner Company.
passwordyourPasswordRequiredInput your secure password.
secretKeyyourSerectKeyRequiredInput the API key provided to you by your Partner Company.
countrycountry_codeRequiredInput the country code. eg, For Ghana, GH.

Sample Request

curl --location --request POST 'https://nairagrambasket.com/api/getPayoutWallet' \
--form 'username="youremail@mail.com"' \
--form 'password="yourPassword"' \
--form 'secreteKey="yourSecreteKey"' \
--form 'country="GH"'

Sample Response

{
    "Code": 200,
    "Message": "Wallet list",
    "Content": [
        {
            "country_iso_code": "GHA",
            "wallet": "ScanCom Ltd (MTN)",
            "walletname": "ScanCom Ltd (MTN)"
        },
        {
            "country_iso_code": "GHA",
            "wallet": "Airtel",
            "walletname": "Airtel /Zain Communications (Ghana) Ltd"
        },
        {
            "country_iso_code": "GHA",
            "wallet": "AirtelTigo Ghana",
            "walletname": "AirtelTigo Ghana"
        },
        {
            "country_iso_code": "GHA",
            "wallet": "Vodafone Money",
            "walletname": "Ghana Telecom / Vodafone (Ghana)"
        }
    ]
}

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Client Support
Up Next
Bank List
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
  • Test Data for Mobile Wallet Transfer
  • Client Support
  • Get Security Questions
©2022 - Nairagram Ltd. All rights reserved.