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":"X Vision",
"description":"",
"code":"TVKV",
"logo":"",
"amount":100,
"adminFee":100,
"biller":"X Vision",
"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 CodeIf the partner response anything other than an HTTP status code 200, it will assume that the partner cannot accept the notification.