iabconcept

iabconcept

Share

Sales and purchase of bitcoins, other cryptocurrencies(eth, bnb, usdt, ada, etc) and gift cards
We offer affordable and high discount on prices of internet data to make internet usage easier. Conversion of airtime to money. Bulk SMS
Dstv, Gotv and Startimes subscriptions.

Integrating a new data API(2)
To integrate the new data API, let's check out their documentation.

For

1. Authentication: they use Authorization.

2. Network name(or key): they use networkId.

3. Plan name(or key): they use planId.

4. Network ID(or network value): we can contact them to give us list of their available product_id(s) which will represent each network ID.

5. Plan ID(or plan value): we can also contact them for available plan IDs/variation_code(s) too.

6. Success response: Expected success response is "status": "true".

7. Failed response: Expected failed response is "status": "false".

Now, we are almost done. We need the user api key value and pin value. We also need network IDs and plan IDs.

Getting your api key value, pin value, network and plan IDs:

Login to your account on their website to get your api key and pin values Or contact their customer support to put you through.

You can also ask them for available network and plan IDs.

Now that we have all the things we need, let's integrate the data API:

Go to your admin dashboard, click on the MENU icon, click on "Products management", after that, click on "Data". That's where you will do the data API integration.

▶️Tick the 'Available' box to make the product available to users.

▶️Enter the Name 'their domain name data' for easy identification.

▶️Enter the Endpoint 'https://{baseUrl}/api/v1/vend/data'

▶️Enter the API Key Name 'Authorization'.

▶️Enter the API Key Value obtained from your account on their website, it is unique for each account. For this purpose, we are using a random API key value 'Bearer b5f5c22f2d879553b4ec3da2040e6'.

▶️Tick the 'Body request' checkbox.

▶️Enter Phone Name 'phoneNumber'.

▶️Enter Network Name 'networkId'.

▶️Enter Plan Name 'planId'.

▶️Enter Success Response Name 'status'.

▶️Enter Success Response Value 'true'.

▶️Enter Failed Response Name 'status'.

▶️Enter Failed Response Value 'false'.

▶️Enter First Level, which is the name you want to show to your users on the frontend, e.g. 'MTN DATA SHARE'.

▶️Enter Backend Name, which is network ID for mtn data transfer from the API provider. The backend value for mtn data is '1'.

Click the 'Available' box at the top of the First Level to make the particular package available to your users on the frontend.

▶️Enter secondLevel, this is the name you want to show your users on the frontend for that particular data package, e.g. '500MB', '1GB', '3GB', etc.

▶️Enter Plan Code, this is the plan ID for the particular data package from the API provider 11116' for 50MB, 11117 for 100MB, 11118 for 200MB, 11119 for 500MB, 11120 for 1GB, 11121 for 2GB, 11122 for 3GB, 11123 for 5GB, etc.

▶️Click on 'Add Amount' to enter the amount you want to sell the data package. The first amount is for Regular Users, the second amount is for Resellers, the third amount is for API Users and the fourth amount is for Affiliate Users.

You will repeat this procedure for all the data packages you want to add e.g. 500mb, 1gb, 2gb, 5gb, 10gb, etc.

You can add as many packages as possible.

Just click on 'Add First Level' to add more network, click on 'Add Second Level' to add more plans and 'Add Amount' to add amount for each user levels.

Click on the 'Save' button when you are done.

Then you have successfully integrated another data API.

By following these process, you saved yourself at least ₦50,000 - ₦100,000 developer fee depending on the number of packages you want to integrate.

You also save yourself precious time that would have been wasted waiting for developers to finish your work.

This process ensures that you do not lose any transactions or sales, maximise your profit, protect your mental health, and let's you focus your business growth without any frustrations.

Please NOTE that you can always contact our customer support if you face any challenges integrating any API.

Read more: https://iabcodesltd.com/blog/integrating-a-new-data-api2

#dev #app #web #iabcodes #Nigeria 13/09/2024

Integrating a new data API(2) To integrate the new data API, let's check out their documentation. For 1. Authentication: they use Authorization. 2. Network name(or key): they use networkId. 3. Plan name(or key): they use planId. 4. Network ID(or network value): we can contact them to give us list of their available product_id(s) which will represent each network ID. 5. Plan ID(or plan value): we can also contact them for available plan IDs/variation_code(s) too. 6. Success response: Expected success response is "status": "true". 7. Failed response: Expected failed response is "status": "false". Now, we are almost done. We need the user api key value and pin value. We also need network IDs and plan IDs. Getting your api key value, pin value, network and plan IDs: Login to your account on their website to get your api key and pin values Or contact their customer support to put you through. You can also ask them for available network and plan IDs. Now that we have all the things we need, let's integrate the data API: Go to your admin dashboard, click on the MENU icon, click on "Products management", after that, click on "Data". That's where you will do the data API integration. ▶️Tick the 'Available' box to make the product available to users. ▶️Enter the Name 'their domain name data' for easy identification. ▶️Enter the Endpoint 'https://{baseUrl}/api/v1/vend/data' ▶️Enter the API Key Name 'Authorization'. ▶️Enter the API Key Value obtained from your account on their website, it is unique for each account. For this purpose, we are using a random API key value 'Bearer b5f5c22f2d879553b4ec3da2040e6'. ▶️Tick the 'Body request' checkbox. ▶️Enter Phone Name 'phoneNumber'. ▶️Enter Network Name 'networkId'. ▶️Enter Plan Name 'planId'. ▶️Enter Success Response Name 'status'. ▶️Enter Success Response Value 'true'. ▶️Enter Failed Response Name 'status'. ▶️Enter Failed Response Value 'false'. ▶️Enter First Level, which is the name you want to show to your users on the frontend, e.g. 'MTN DATA SHARE'. ▶️Enter Backend Name, which is network ID for mtn data transfer from the API provider. The backend value for mtn data is '1'. Click the 'Available' box at the top of the First Level to make the particular package available to your users on the frontend. ▶️Enter secondLevel, this is the name you want to show your users on the frontend for that particular data package, e.g. '500MB', '1GB', '3GB', etc. ▶️Enter Plan Code, this is the plan ID for the particular data package from the API provider 11116' for 50MB, 11117 for 100MB, 11118 for 200MB, 11119 for 500MB, 11120 for 1GB, 11121 for 2GB, 11122 for 3GB, 11123 for 5GB, etc. ▶️Click on 'Add Amount' to enter the amount you want to sell the data package. The first amount is for Regular Users, the second amount is for Resellers, the third amount is for API Users and the fourth amount is for Affiliate Users. You will repeat this procedure for all the data packages you want to add e.g. 500mb, 1gb, 2gb, 5gb, 10gb, etc. You can add as many packages as possible. Just click on 'Add First Level' to add more network, click on 'Add Second Level' to add more plans and 'Add Amount' to add amount for each user levels. Click on the 'Save' button when you are done. Then you have successfully integrated another data API. By following these process, you saved yourself at least ₦50,000 - ₦100,000 developer fee depending on the number of packages you want to integrate. You also save yourself precious time that would have been wasted waiting for developers to finish your work. This process ensures that you do not lose any transactions or sales, maximise your profit, protect your mental health, and let's you focus your business growth without any frustrations. Please NOTE that you can always contact our customer support if you face any challenges integrating any API. Read more: https://iabcodesltd.com/blog/integrating-a-new-data-api2 #dev #app #web #iabcodes #Nigeria

*Get a FREE to use, highly robust vtu website* 

Some people ask me why are they going to pay anything since the website is free to use. 
The website is free but the hosting providers are not doing promo like us. They don't run free hosting services. 
Also we will continue to maintain, manage, run updates on our websites and make sure packages are up to date and make sure it is secure 24/7. This is not free as we would pay our developers. 
Even if your in-laws are magnanimous enough to give you wife for free, you will still pay for soup and other things in the house. Yoruba people say 'À ti fẹ́ ìyàwó kò le, owó ọbẹ̀ ni ó ṣòro'. Which means 'To marry a wife is not hard, soup money is the difficult part😂' 
Majority of us have bought useless and cheap(some not cheap but still useless) website scripts only for the website to become playground for hackers. 
Imagine you have a support system that constantly makes sure your website is secure and performs regular updates. Imagine you have a support system that doesn't abandon the script once they collect payment. 
Hosting fee is not strange to people who already have websites, some even pay more than what we are charging and with absolutely no support system. 

Click this link to get started:- https://iabcodesltd.com/
Read the blogs here on very important things and watch out for more important information:- https://iabcodesltd.com/blog
Check the sample website:- https://vtu.iabcodesltd.com/
Login in as a test user/admin:
Email: admin@iabcodesltd.com
Password: Z3dunMdnXdgxDz/
Note that test users will not be able to make significant changes on the website, but you can view and check every page on the website. 12/09/2024

*Get a FREE to use, highly robust vtu website* Some people ask me why are they going to pay anything since the website is free to use. The website is free but the hosting providers are not doing promo like us. They don't run free hosting services. Also we will continue to maintain, manage, run updates on our websites and make sure packages are up to date and make sure it is secure 24/7. This is not free as we would pay our developers. Even if your in-laws are magnanimous enough to give you wife for free, you will still pay for soup and other things in the house. Yoruba people say 'À ti fẹ́ ìyàwó kò le, owó ọbẹ̀ ni ó ṣòro'. Which means 'To marry a wife is not hard, soup money is the difficult part😂' Majority of us have bought useless and cheap(some not cheap but still useless) website scripts only for the website to become playground for hackers. Imagine you have a support system that constantly makes sure your website is secure and performs regular updates. Imagine you have a support system that doesn't abandon the script once they collect payment. Hosting fee is not strange to people who already have websites, some even pay more than what we are charging and with absolutely no support system. Click this link to get started:- https://iabcodesltd.com/ Read the blogs here on very important things and watch out for more important information:- https://iabcodesltd.com/blog Check the sample website:- https://vtu.iabcodesltd.com/ Login in as a test user/admin: Email: [email protected] Password: Z3dunMdnXdgxDz/ Note that test users will not be able to make significant changes on the website, but you can view and check every page on the website.

Want your business to be the top-listed Furniture Store in Ibadan?
Click here to claim your Sponsored Listing.

Telephone

Address


Ibadan
200242