• 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)

Webhook/Call back

121 views 0 Updated on September 14, 2023

We use webhooks to get notified about transaction status changes that happen in your Nairagram account.

Theoretically, a webhook URL is like a transport medium you specified on your server to receive details about a transaction event that occurred on your Nairagram account.

The event details we send to you contain information about that particular transaction, we send information, like status code, your company reference number, Nairagram account reference number, and transaction comments.

To add your  URL:

  1. On the Nairgram interface, go to Settings.
  2. In the text field, enter your URL and click on Save.

Sample URL

GET https://www.your_service_url.com

Sample Request

curl –location –request GET ‘https://www.your_service_url.com‘

Sample Response

pinnum=NGN123456789&status=success&ref=ref123456&code=200&comment=transaction_comments.

Was this helpful?

Yes  No

Didn't find your answer? Contact Us

Previously
Cash Pick-up Locations
Up Next
Get Beneficiary Name
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.