list-paket-unreg
List Paket UNREGโ
Gunakan endpoint ini untuk melihat Package id UNREG.
๐งญ Endpointโ
| Atribut | Nilai |
|---|---|
| URL | https://api.hesda-store.com/v2/list_paket?hesdastore={APIKEY}&jenis=unreg |
| Method | GET |
| Auth | Basic Auth (Authorization: email & password) |
| Content-Type | application/json |
๐ฅ Paramsโ
| Nama | Tipe | Wajib | Keterangan |
|---|---|---|---|
hesdastore | string | โ | API Key |
jenis | string | โ | Jenis metode (unreg) |
๐งช Response JSON
Beberapa contoh response berdasarkan status transaksi:
- ๐ข Success
- ๐ด Failed
{
"status": true,
"message": "Data ditemukan",
"data": [
{
"package_code": "S4ZXhQzruUE35HCdtfJPpPqbRzghPhdM",
"jenis": "unreg",
"package_name_show": "Unreg",
"package_description_show": null,
"metode": 1,
"unik": null,
"no_need_login": null,
"can_multi_trx": null,
"harga_int": 500,
"harga": "Rp. 500",
"package_id": "Ri9SRHB3Nk5yYkJjR1BiU0tXbXk5dw",
"payment_method": []
}
]
}
{
"status": false,
"message": "Error",
"data": []
}