get https://pfi.imimobile.net/api
Overview
The notifications are sent as a HTTP GET to a preconfigured notification URL. The notification will have the following parameters:
| Param | Description | 
|---|---|
| tid | The unique Id of the transaction | 
| ref | Optional. The reference of the transaction. This is the ref parameter passed into the Payment Pages or the TransactionReference passed into the CreateSingleClickTransaction API method. | 
| time | The time of the transaction | 
| status | The billing status of the transaction. See Transaction Status Values | 
| type | The type of transaction.  One of: sub = Subscription ppe = Pay Per Event sc = Single Click stop = Subscription stop notification ajax: Ajax Billing transaction reminder:reminder notification has been sent to an end user for a given transaction | 
| sid | The Id of the service. | 
| msisdn | Optional. The MSISDN of the end user.  If the transaction failed this will be empty. The MSISDN will be provided in international format without the leading +. E.g. 447701020304 | 
| networkid | Optional. The network of the end user. If the transaction failed this will be 0. | 
| hash | An MD5 hash of the query string appended with the merchant token. See Hash Creation under "General information" | 
http://< merchant Notification URL>?tid=12345&ref=1317a5faa1450e6e39edf26f8c
3a4d02&time=20160113133007&status=3&type=ppe&sid=123&hash=6e448e016cca182c020d30
398d207812
