Water Bill Payment

This command can be used to make payment for water bill.

Function Name: MakeWaterBillPayment()
Method: POST
Resource URL: http://appone.exioms.com/api/v3_1/rechargeV3.php/MakeWaterBillPayment
Method: GET
Resource URL: http://appone.exioms.com/api/v4/rechargeV3.php/MakeWaterBillPayment

Parameteres

Parameters Value Description
strUsername String Unique User name
strAuthKey String Your Auth Key
intOperatorType Integer Operator Type id: 10
intOperatorID Integer Operator ID like 85,86 click here to check Operator name and id
strAccountNo String Consumer/CA Number like 16223423
dblAmount Double Amount like 100.00 or 125.00
strIPAddress String Your IP Address like 192.168.3.22
strMyTxID String Unique ID from your side
format Integer To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

List of Operators

Operator ID Operator Name
85 Aurangabad City Water Utility
86 Delhi Jal Board

You can't test POST based API directly in browser so you have to use following URL for testing API: https://www.hurl.it/

You can test GET based API directly in broswer also or you can use following URL for testing API: https://www.hurl.it/

URL for tesing API directly in browser:

http://appone.exioms.com/api/v4/rechargeV3.php//MakeWaterBillPayment?strUsername=45645655369&strAuthKey=ryutyujY4WAa&intOperatorType=10&intOperatorType=1 &intOperatorID=85&strAccountNo=11111111111&dblAmount=0&strIPAddress=192&strMyTxID=Win7&format=1

Sample Response

 {  
   "waterBillPaymentDetails": [  
     {  
       "message": "OOPs! You do not have sufficient balance.",  
       "recharge_status": "Failed",  
       "trans_id": "NA",  
       "opr_trans_id": "NA"  
     }  
   ],  
   "success": 1  
 }  

						OOPs! You do not have sufficient balance.,Failed,NA,NA 
message,status,transaction_id,transanction id)
 <waterBillPaymentDetails>  
   <BillPayment>  
     <message>OOPs! You do not have sufficient balance.</message>  
     <recharge_status>Failed</recharge_status>  
     <trans_id>NA</trans_id>  
     <opr_trans_id>NA</opr_trans_id>  
   </BillPayment>  
 </waterBillPaymentDetails>