E-Wallet

API AstraPay

Cek data AstraPay dari database internal.

Request

GET https://cekid.fazonedigital.com/api/v1/check/astrapay?phone=phone 

Parameter

KeyLabelTypeRequired
phoneNomor HPtextYes

Output

KeyLabelVisibility
account_nameNama Pemilikmember
phoneNomormember
statusStatusmember

PHP Example

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