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:
- On the Nairgram interface, go to Settings.
- 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.