Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Authorization
Request Basics
All requests need to pass Authentication token in the headers like this.
1) Make sure you pass Content-Type : application/json , Accept : application/json , and Authorization: Bearer headers
2) If you want to create object use POST method with JSON body.
3) If you want to retrieve object - use GET request.
4) Platform responds with very useful response headers, that you as a developer might wish to log
Remember access tokens are long-lived, that expire after one year.
API EndPoint: https://autosyncng.com/api/v1/
Available Transaction status:
All requests need to pass Authentication token in the headers like this.
1) Make sure you pass Content-Type : application/json , Accept : application/json , and Authorization: Bearer
2) If you want to create object use POST method with JSON body.
3) If you want to retrieve object - use GET request.
4) Platform responds with very useful response headers, that you as a developer might wish to log
Remember access tokens are long-lived, that expire after one year.
API EndPoint: https://autosyncng.com/api/v1/
Available Transaction status:
Parameters
successful | Transaction successful |
failed | Transaction failed |
pending | Transaction pending, the finalize status will be sent via webhook, if you provide us with your webhook URL |