• 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 Security Questions

54 views 0 Updated on February 9, 2022

Use the getSecurityQuestions endpoint to get all security questions that the Nairagram currently uses for Submit Cash Transactions.

Syntax

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

Input Parameters

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

FieldValue FormatRequired/OptionalDescription
usernameyourmail@mail.comRequired Input the valid email address that you submitted to your Partner Company.
passwordyourPasswordRequired Input your secure password.
secretKeyyourSecretKeyRequired Input the API key provided to you by your Partner Company.

Sample Request

curl --location --request POST '' \
--form 'username="yourmail@mail.com"' \
--form 'password="yourPassword"' \
--form 'secretKey="yourSecretKey"'

Sample Response

Code: 200
	Message: Success
	Content:[
		{
			id: ###,
			question: “###”,
		},
		{
			id: ###,
			question: “###”,
		}
	]

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

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