Library untuk PHP VIPayment PHP SDK.
[POST] https://vip-reseller.co.id/api/profile
| Parameter | Type | Value | Req. |
|---|---|---|---|
| key | string |
berisi apikey anda, cek disini. | Yes |
| sign | string |
berisi formula md5 (API ID + API KEY), cek disini. | Yes |
{
"result": true,
"data": {
"full_name": "your full name",
"username": "some1d",
"balance": 0,
"point": 0,
"level": "Basic",
"registered": "2026-07-11 22:35:50"
},
"message": "Successfully got your account details."
}