Author Topic: Tutorial IP Module  (Read 18008 times)

Thiagarajan

  • SUSPENDED
  • Newbie
  • *
  • Posts: 57
  • GALAXY
Tutorial IP Module
« on: March 05, 2014, 04:32:07 PM »
How to set Ip modul setting for using API

http://forum.orisinil.com/index.php/topic,10794.0.html

[attachment deleted by admin]
« Last Edit: March 09, 2014, 01:19:16 AM by Thiagarajan »
Thiagarajan Ramasamy - +91-9790188452
WhatsApp :: +91-9790188452
Gtalk : rdiahoo@gmail.com
Tamil Nadu, India.

Thiagarajan

  • SUSPENDED
  • Newbie
  • *
  • Posts: 57
  • GALAXY
API WORKING VERY FAST at OTOMAX
« Reply #1 on: March 07, 2014, 02:34:06 PM »
Hi dear otomax user,

Now updating 3.3.8 API configuration in OtomaX,

API is working fine with very fast

Thank u for OtomaX Team.
Thiagarajan Ramasamy - +91-9790188452
WhatsApp :: +91-9790188452
Gtalk : rdiahoo@gmail.com
Tamil Nadu, India.

sumit gupta

  • International User --
  • Newbie
  • *
  • Posts: 91
  • Sumangalam Telecom - India - 9982082082
    • SumangalamTelecom
Re: API WORKING VERY FAST at OTOMAX
« Reply #2 on: March 07, 2014, 04:22:06 PM »
Dear,

Post here the example to set the Api in otomax.
Sumangalam Telecom
+91-9982082082
gtalk : sumangalamtelecom
Recharge Balances at 5% Commission
Android Apps : JAVA Apps :Web Report for Otomax

Thiagarajan

  • SUSPENDED
  • Newbie
  • *
  • Posts: 57
  • GALAXY
Re: API WORKING VERY FAST at OTOMAX
« Reply #3 on: March 07, 2014, 05:46:01 PM »
Example::

http://183.65.119.34/ServiceClient/RechargeRequestNewxml.aspx?userid=123456&pass=123456&type=rec&no=9790188452&op=AT&amt=10

Change OTOMAX FORMAT::

http://183.65.119.34/ServiceClient/RechargeRequestNewxml.aspx?userid=123456&pass=123456&type=rec&mno=[tujuan]&op=AT&amt=[qty]

goto Ip modul send to :: paste

http://183.65.119.34/ServiceClient/RechargeRequestNewxml.aspx?

and after goto parsing

userid=123456&pass=123456&type=rec&mno=[tujuan]&op=AT&amt=[qty]

THATS IT very easy more woking with fast.

[attachment deleted by admin]
« Last Edit: March 08, 2014, 08:09:56 AM by Thiagarajan »
Thiagarajan Ramasamy - +91-9790188452
WhatsApp :: +91-9790188452
Gtalk : rdiahoo@gmail.com
Tamil Nadu, India.

sumit gupta

  • International User --
  • Newbie
  • *
  • Posts: 91
  • Sumangalam Telecom - India - 9982082082
    • SumangalamTelecom
Re: IP module supports HTTP GET or POST
« Reply #4 on: March 09, 2014, 12:35:04 AM »
Please share the process and method for setting up the same!!
Sumangalam Telecom
+91-9982082082
gtalk : sumangalamtelecom
Recharge Balances at 5% Commission
Android Apps : JAVA Apps :Web Report for Otomax

Yusuf

  • Administrator
  • Sr. Member
  • ****
  • Posts: 1,335
    • Orisinil.com
Tutorial IP Module
« Reply #5 on: March 09, 2014, 07:14:18 PM »
by Hariyanto

Code: [Select]
http://173.45.119.34/ServiceClient/RechargeRequestNewxml.aspx?
userid=22770478&pass=141211&type=rec&mno=[tujuan]&op=5&amt=[qty]

09/03/2014 11:44:03.922   297776   Response -> <NODES><STATUS>SUCCESS</STATUS><TID>1532459</TID><REFID>24309387</REFID><MOBILENO>9404166539</MOBILENO></NODES>
09/03/2014 11:44:03.936   297776   Trx Status -> TB.9404166539 Succesful; tujuan: 9404166539 sn: 1532459 trxid: 297776 hargabeli: 0 nominal: 0

The configuration of ip module :
let's take and example your web api provider transaction is like this :

http://123.456.789.012/ServiceClient/RechargeRequestNewxml.aspx?userid=654321&pass=111111&type=rec&mno=mobileno&op=5&amt=amount

in this we need to separate into 2 part. first part is for address "send to" in the ip module, second part is for parsing to provider

first part the "address send to"
so in this api method we will separate it. most ip address we will need separate on extension part eg : ".php", ".aspx" or some after the "/"
but also include command character after the extension. in this example is the "?"

see below
"RechargeRequestNewxml.aspx?" the "?" we will be the separate point. so as we described above. the send to will be like this
Code: [Select]
http://123.456.789.012/ServiceClient/RechargeRequestNewxml.aspx?
the second part
is the parsing we will make in otomax for automatic input phone number and amount to be recharge. the left over on the whole messeege wewill use it as
the parsing to provider.
userid=22770478&pass=141211&type=rec&mno=mobileno&op=5&amt=amount

change the mobileno = [tujuan]
amount to = [qty]

then will become like below
Code: [Select]
userid=654321&pass=111111&type=rec&mno=[tujuan]&op=5&amt=[qty]
after this done you will also need to make response from provider in order to make it automatic success response
for this is easy, you can test the reply messege with response tester. picture also attached.


[attachment deleted by admin]

Yusuf

  • Administrator
  • Sr. Member
  • ****
  • Posts: 1,335
    • Orisinil.com
Re: Tutorial IP Module
« Reply #6 on: March 09, 2014, 07:18:26 PM »
another picture

[attachment deleted by admin]

alaska

  • Full Member
  • ***
  • Posts: 808
  • *alskapulsa*
    • paket data kuoata murah
Re: Tutorial IP Module
« Reply #7 on: March 09, 2014, 08:34:09 PM »
pertamax  ;D ;D ;D,
PAK YUSUP , tutornya pake bahasa indo aja dong  :'(
yang penting posting dulu baru BACA
« Last Edit: March 09, 2014, 08:36:19 PM by alaska »

Tarachand Choudhary

  • Guest
Re: Tutorial IP Module
« Reply #8 on: March 09, 2014, 09:48:39 PM »
Dear Sir,
Please Tell about post ip module?
1. How to Send Recharge Request in to otomax ?
2. How to send Response ?

Please Attach document about Post ip configuration.

its very urgent for recharge throw website & API

Thanks

With Warm Regards
Tarachand Choudhary
Indian Digital World
Dist. Jhunjhunu (Rajasthan)
India-333022
+919829379456,
+919828379456

E-mail: tc9829379456@gmail.com,
www.easy-world.in, www.easy-world.co.in, www.sms.easy-world.in

blackneck6666

  • Moderator
  • Jr. Member
  • **
  • Posts: 158
    • Optimugen
Re: Tutorial IP Module
« Reply #9 on: March 10, 2014, 10:02:36 PM »
Dear Sir,
Please Tell about post ip module?
1. How to Send Recharge Request in to otomax ?
2. How to send Response ?

Please Attach document about Post ip configuration.

its very urgent for recharge throw website & API

Thanks

With Warm Regards
Tarachand Choudhary
Indian Digital World
Dist. Jhunjhunu (Rajasthan)
India-333022
+919829379456,
+919828379456

E-mail: tc9829379456@gmail.com,
www.easy-world.in, www.easy-world.co.in, www.sms.easy-world.in

contact my gtalk i try arrange time for the post method, because we also don't have real world testing to test the POST type api transaction
Hariyanto
+8618825217195
gtalk : blackneck6666
Shenzhen, Guangzhou, Hongkong.
http://www.aliexpress.com/store/feedback-score/215038.html

sumit gupta

  • International User --
  • Newbie
  • *
  • Posts: 91
  • Sumangalam Telecom - India - 9982082082
    • SumangalamTelecom
Re: Tutorial IP Module
« Reply #10 on: March 12, 2014, 01:25:53 AM »
Hi .. Need to know the following things

http://173.45.119.34/ServiceClient/RechargeRequestNewxml.aspx?

userid=22770478&pass=141211&type=rec&mno=[tujuan]&op=5&amt=[qty]

In the above expression what does this  "op=5 " does represent !!
and how to know abt this!!



Sumangalam Telecom
+91-9982082082
gtalk : sumangalamtelecom
Recharge Balances at 5% Commission
Android Apps : JAVA Apps :Web Report for Otomax

Thiagarajan

  • SUSPENDED
  • Newbie
  • *
  • Posts: 57
  • GALAXY
Re: Tutorial IP Module
« Reply #11 on: March 12, 2014, 05:01:55 PM »
OP=5 is chk u r API documentation there is in operator wise code like airtel=3,aircel=2,docomo=4.,,,etc
Thiagarajan Ramasamy - +91-9790188452
WhatsApp :: +91-9790188452
Gtalk : rdiahoo@gmail.com
Tamil Nadu, India.

sumit gupta

  • International User --
  • Newbie
  • *
  • Posts: 91
  • Sumangalam Telecom - India - 9982082082
    • SumangalamTelecom
Re: Tutorial IP Module
« Reply #12 on: March 12, 2014, 05:26:48 PM »
Please share the snapshot of the documentation.. !! or the link where it is present in Otomax..

together with that please share the necessary steps to be configured to capture the response of the recharge
Sumangalam Telecom
+91-9982082082
gtalk : sumangalamtelecom
Recharge Balances at 5% Commission
Android Apps : JAVA Apps :Web Report for Otomax

Thiagarajan

  • SUSPENDED
  • Newbie
  • *
  • Posts: 57
  • GALAXY
SERVER NUMBER :: USING 10 DIGIT LONG CODE
« Reply #13 on: March 12, 2014, 11:16:52 PM »
Hi Yusuf,

Now am using API otomax and how to post API using becoz thats using for 10 digit long code and short code for server number using purpose
Thiagarajan Ramasamy - +91-9790188452
WhatsApp :: +91-9790188452
Gtalk : rdiahoo@gmail.com
Tamil Nadu, India.

kalidas

  • International User
  • Newbie
  • *
  • Posts: 20
  • I am multi recharge software seller from India
    • http://www.ctmulti.com/
how to use http get and post api?
« Reply #14 on: March 13, 2014, 11:54:04 AM »
i don't know about http get and post api so pl explain these all
k.p.humbe

B K SINGH

  • Guest
Re: Tutorial IP Module
« Reply #15 on: April 18, 2014, 12:01:39 PM »
Dear Sir,
Please Tell about post ip module?
1. How to Send Recharge Request in to otomax ?
2. How to send Response ?

Please Attach document about Post ip configuration.

its very urgent for recharge throw website & API

Thanks

With Warm Regards
Tarachand Choudhary
Indian Digital World
Dist. Jhunjhunu (Rajasthan)
India-333022
+919829379456,
+919828379456

E-mail: tc9829379456@gmail.com,
www.easy-world.in, www.easy-world.co.in, www.sms.easy-world.in
Code: [Select]
http://173.45.119.34/ServiceClient/RechargeRequestNewxml.aspx?
userid=22770478&pass=141211&type=rec&mno=[tujuan]&op=5&amt=[qty]

09/03/2014 11:44:03.922   297776   Response -> <NODES><STATUS>SUCCESS</STATUS><TID>1532459</TID><REFID>24309387</REFID><MOBILENO>9404166539</MOBILENO></NODES>
09/03/2014 11:44:03.936   297776   Trx Status -> TB.9404166539 Succesful; tujuan: 9404166539 sn: 1532459 trxid: 297776 hargabeli: 0 nominal: 0

The configuration of ip module :
let's take and example your web api provider transaction is like this :

http://123.456.789.012/ServiceClient/RechargeRequestNewxml.aspx?userid=654321&pass=111111&type=rec&mno=mobileno&op=5&amt=amount

in this we need to separate into 2 part. first part is for address "send to" in the ip module, second part is for parsing to provider

first part the "address send to"
so in this api method we will separate it. most ip address we will need separate on extension part eg : ".php", ".aspx" or some after the "/"
but also include command character after the extension. in this example is the "?"

see below
"RechargeRequestNewxml.aspx?" the "?" we will be the separate point. so as we described above. the send to will be like this
Code: [Select]
http://123.456.789.012/ServiceClient/RechargeRequestNewxml.aspx?

the second part
is the parsing we will make in otomax for automatic input phone number and amount to be recharge. the left over on the whole messeege wewill use it as
the parsing to provider.
userid=22770478&pass=141211&type=rec&mno=mobileno&op=5&amt=amount

change the mobileno = [tujuan]
amount to = [qty]

then will become like below
Code: [Select]
userid=654321&pass=111111&type=rec&mno=[tujuan]&op=5&amt=[qty]

after this done you will also need to make response from provider in order to make it automatic success response
for this is easy, you can test the reply messege with response tester. picture also attached.

ocrservices

  • Newbie
  • *
  • Posts: 3
Re: Tutorial IP Module
« Reply #16 on: December 02, 2014, 02:25:24 PM »
I HAVE DONE THE ALL WHAT YOU TELL BUT THE MODULE GIVEN ME ERROR .

Error: The remote server returned an error: (404) Not Found.

PLE HELP IF ANY BODY .

THANKS & REGARDS

PRAFULL CHOUDHARY
ONE CLICK SERVICES

PLE GET H2H 3.5% ON ALL

MAHARSHITEL

  • International User
  • Newbie
  • *
  • Posts: 28
  • MAHARSHI TELECOM
Re: Tutorial IP Module
« Reply #17 on: December 08, 2014, 10:55:57 PM »
http://jolo.in/api/recharge_advance.php?mode=1&key=appkey&
operator=operatorcode&service=servicenumber&amount=amount&orderid=you
rwebsiteorderid


above is the api for jolo any one tell me how to set it in otomax for ip module

stationpls

  • Full Member
  • ***
  • Posts: 634
Re: Tutorial IP Module
« Reply #18 on: December 09, 2014, 12:57:36 PM »
nice tutorial...

sumit gupta

  • International User --
  • Newbie
  • *
  • Posts: 91
  • Sumangalam Telecom - India - 9982082082
    • SumangalamTelecom
Re: Tutorial IP Module
« Reply #19 on: February 02, 2017, 12:49:38 PM »
Hi

Looking forward for someone to assist us over setting up the API Module in OtomaX to capture and process the requests through URL.
Would pay in the applicable charges for the same
Sumangalam Telecom
+91-9982082082
gtalk : sumangalamtelecom
Recharge Balances at 5% Commission
Android Apps : JAVA Apps :Web Report for Otomax