E-Wallet

API OVO

Cek data OVO dari database internal.

Request

GET https://www.cekid.fazonedigital.com/api/v1/check/ovo?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/ovo\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);