PDAM

API PDAM

Checker pelanggan PDAM fleksibel berbasis database internal.

Request

GET https://www.cekid.fazonedigital.com/api/v1/check/pdam?region=region& customer_id=customer_id 

Parameter

KeyLabelTypeRequired
regionWilayah / OperatortextYes
customer_idID PelanggantextYes

Output

KeyLabelVisibility
customer_nameNama Pelangganmember
periodPeriodemember
statusStatusmember

PHP Example

$timestamp = time();
$query = http_build_query(['region' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/pdam\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);