• 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 Cash Pick-up locations

122 views 0 Updated on February 21, 2022

Use the getCashPickupLocation endpoint to get the local pickup bank locations.

Syntax

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

Response Codes

The following table lists the status codes that are returned in response to the getCashPickupLocation request.

CodeStatus
200Success
401Unauthorized or Invalid Token

The cash pick-up locations may not be the same banks included in the Bank List API.

Input Parameters

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

FieldValue FormatRequired/OptionalDescription
usernameusernameRequired Input the valid email address that you submitted to your Partner Company.
passwordpasswordRequired Input your secure password.
secretKeySecretKeyRequired Input the API key provided to you by your Partner Company.
countryNGOptionalInput the code of the country.

Sample Request

curl --location --request POST 'https://nairagrambasket.com/api/getCashPickupLocation' \
--form 'username="your username"' \
--form 'password="Your password"' \
--form 'secretKey="Your SecretKey"' \
--form 'country="NG"'

Sample Response

{
  "Code": 200,
  "Message": "Successfully",
  "Content": [
    {
      "code": "001",
      "location": "Zenith Bank",
      "country": "NG"
    },
    {
      "code": "002",
      "location": "Fidelity Bank",
      "country": "NG"
    }
  ]
}

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Submit Cash Pick Up Transaction
Up Next
Client Support
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.