Get Status By Using Mobile Number

This command can be used to retrieve status by using mobile number.

Function Name: getStatusByMobileNumber()
Method: GET
Resource URL: http://appone.exioms.com/api/v3_1/status.php/getStatusByMobileNumber

Parameteres

Parameters Value
strUsername Unique User name
strAuthKey Your Auth Key(String)
strMobileNo 10 Digit Mobile Number like 9998774555
format To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

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/v3_1/status.php/getStatusByMobileNumber?strUsername=45645654&strAuthKey=FEr4aseRER4545f&strMobileNo=1212121221&format=1

Sample Response

 {
  "StatusDetails": [
    {
      "status": "Success",
      "trans_number": "456393",
      "mobile_number": "1212121221",
      "amount": "1.00",
      "operator_transid": "1"
    }
  ],
  "success": 1
}

 Success,456393,1212121221,1.00,1 
						

  <StatusDetails>
    <status_detail>
        <status>Success</status>
        <trans_number>456393</trans_number>
        <mobile_number>1212121221</mobile_number>
        <amount>1.00</amount>
        <operator_transid>1</operator_transid>
    </status_detail>
</StatusDetails>
  

Get Status By Using Client Transaction Number

This command can be used to retrieve status by using client transaction number.

Function Name: getStatusByClientTransNumber()
Method: GET
Resource URL: http://appone.exioms.com/api/v3_1/status.php/getStatusByClientTransNumber

Parameteres

Parameters Value
strUsername Unique User name
strAuthKey Your Auth Key(String)
strTransNo Transaction Number
format To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

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/v3_1/status.php/getStatusByClientTransNumber?strUsername=45645654&strAuthKey=FEr4aseRER4545f&strTransNo=1212121221&format=1

Sample Response

 {
  "StatusDetails": [
    {
      "status": "Success",
      "trans_number": "456393",
      "mobile_number": "1212121221",
      "amount": "1.00",
      "operator_transid": "1"
    }
  ],
  "success": 1
}

 Success,456393,1212121221,1.00,1 
						

  <StatusDetails>
    <status_detail>
        <status>Success</status>
        <trans_number>456393</trans_number>
        <mobile_number>1212121221</mobile_number>
        <amount>1.00</amount>
        <operator_transid>1</operator_transid>
    </status_detail>
</StatusDetails>
  

Get Status By Using Transaction Number

This command can be used to retrieve status by using transaction number.

Function Name: getStatusByTransNumber()
Method: GET
Resource URL: http://appone.exioms.com/api/v3_1/status.php/getStatusByTransNumber

Parameteres

Parameters Value
strUsername Unique User name
strAuthKey Your Auth Key(String)
strTransNo Transaction Number
format To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

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/v3_1/status.php/getStatusByTransNumber?strUsername=45645654&strAuthKey=FEr4aseRER4545f&strTransNo=1212121221&format=1

Sample Response

 {
  "StatusDetails": [
    {
      "status": "Success",
      "trans_number": "456393",
      "mobile_number": "1212121221",
      "amount": "1.00",
      "operator_transid": "1"
    }
  ],
  "success": 1
}

 Success,456393,1212121221,1.00,1 
						

  <StatusDetails>
    <status_detail>
        <status>Success</status>
        <trans_number>456393</trans_number>
        <mobile_number>1212121221</mobile_number>
        <amount>1.00</amount>
        <operator_transid>1</operator_transid>
    </status_detail>
</StatusDetails>