Product Notification

This feature will notify partners about changes in the product details. These are the changes required in the following services:

  • Change in product amount
  • Change in product sharing fee
  • Change in product processing fee
  • Change in product *status

Callback URL

It will require partner to add one callback url through partner dashboard with POST method

{
   "responseCode":0,
   "success":true,
   "message":{
      "ID":"sukses",
      "EN":"success"
   },
   "data":[
      {
         "name":"Indihome speedy",
         "description":"",
         "code":"TLIH",
         "logo":"",
         "amount":100,
         "adminFee":100,
         "biller":"Indihome speedy",
         "category":"Internet dan TV Kabel",
         "active":false,
         "type":"postpaid",
         "processing_fee":0,
         "sharing_fee":0
      }
   ]
}

Response from Partner

Partner should response:
HTTP Status Code: 200

🚧

Response Code

If the partner response anything other than an HTTP status code 200, it will assume that the partner cannot accept the notification.