• 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 Country List

187 views 0 Updated on February 14, 2023

Use the getCountryList endpoint to get a list of all countries where the Nairagram has been created and currently operates. Please contact your onboarding Partner Company for a list of the supported countries.

Syntax

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

Input Parameters

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

FieldDescription
usernameInput the valid email address that you sent to your Onboarding Company or Nairagram.
passwordInput your secure password.
secretKeyInput the API key provided to you by Nairagram.

Sample Request

curl --location --request POST 'https://nairagrambasket.com/api/getCountryList' \
--form 'username="yourmail@mail.com"' \
--form 'password="yourPassword"' \
--form 'secretKey="yourSecretKey"'

Sample Response

{
    "Code": "200",
    "Message": "Success",
    "Content": [
        {
            "name": "Nigeria",
            "code": "NGN"
        },
        {
            "name": "Ghana",
            "code": "GHS"
        },
        {
            "name": "Austria",
            "code": "EUR"
        },
        {
            "name": "Switzerland",
            "code": "CHF"
        },
        {
            "name": "Croatia",
            "code": "HRK"
        },
        {
            "name": "Kenya",
            "code": "KES"
        },
        {
            "name": "Poland",
            "code": "PLN"
        },
        {
            "name": "Sweden",
            "code": "SEK"
        },
        {
            "name": "Sierra Leone",
            "code": "SLE"
        },
        {
            "name": "Finland",
            "code": "EUR"
        },
        {
            "name": "Uganda",
            "code": "UGX"
        },
        {
            "name": "Czech Republic",
            "code": "CZK"
        },
        {
            "name": "Norway",
            "code": "NOK"
        },
        {
            "name": "Benin",
            "code": "XOF"
        },
        {
            "name": "Burkina Faso",
            "code": "XOF"
        },
        {
            "name": "Cameroon",
            "code": "XAF"
        },
        {
            "name": "Guinea Bissau",
            "code": "XOF"
        },
        {
            "name": "Ivory Coast",
            "code": "XOF"
        },
        {
            "name": "Mali",
            "code": "XOF"
        },
        {
            "name": "Senegal",
            "code": "XOF"
        },
        {
            "name": "Togo",
            "code": "XOF"
        },
        {
            "name": "India",
            "code": "INR"
        },
        {
            "name": "Niger",
            "code": "XOF"
        },
        {
            "name": "Rwanda",
            "code": "RWF"
        },
        {
            "name": "Guinea Conakry",
            "code": "XOF"
        },
        {
            "name": "Tanzania",
            "code": "TZS"
        },
        {
            "name": "Sweden",
            "code": "SEK"
        },
        {
            "name": "Guinea Conakry",
            "code": "XOF"
        },
        {
            "name": "Czech Republic",
            "code": "CZK"
        },
        {
            "name": "Congo Brazza",
            "code": "XAF"
        },
        {
            "name": "Gabon",
            "code": "XAF"
        }
    ]
}

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Get Currency Rate
Up Next
Get Balance
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.