• 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 Beneficiary Name

140 views 0 Updated on February 9, 2022

Use the getBeneficiaryName endpoint to get the beneficiary’s name associated with the specified account number.

To reduce the failed transactions, please use this API to confirm if the account number and the Nigerian bank name provided by a customer are accurate before submitting a transaction.

Syntax

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

Input Parameters

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

FieldValue FormatRequired/OptionalDescription
usernamemail@mail.com Required Input the valid email address that you submitted to your Partner Company.
passwordyourPassword Required Input your secure password.
secretKeyyourSecretKey Required Input the API key provided to you by your Partner Company.
account_number0690000004OptionalInput the valid bank account number.
bank_code044 Optional Input the valid bank code.
For bank names and bank codes refer to the Bank Codes section

Sample Request

curl --location --request POST 'https://nairagrambasket.com/api/getBeneficiaryName' \
--form 'username="mail@mail.com"' \
--form 'password="yourPassword"' \
--form 'secretKey="yourSecretKey"' \
--form 'account_number="0690000004"' \
--form 'bank_code="044"'

Sample Response

{
  "Code": "200",
  "Message": "Success",
  "Content": {
    account_name: ###########
  }
}

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Webhook/Call back
Up Next
Get 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
  • Client Support
  • Get Security Questions
  • Get Wallet by Country
©2022 - Nairagram Ltd. All rights reserved.