Dokumentasi GZ

by XshopTopup

16
Raw
// Get layanan 
service : 
Request body : 
api_key

contoh response : 
{
 kode: 'MLPH50X2',
nama_layanan: '50 + 50 Diamonds',
 kategori: 'Mobile Legends Philiphine',
harga_member: 17137,
 harga_gold: 16970,
  harga_platinum: 16803,
  status: 'available'
 },

//Untuk melihat profil 
profil 
Request Body : 
api_key 

contoh response : 
{
        status: true,
        message: "Berhasil menemukan Profil",
        data: {
            username: griezstore,
            role: Platinum,
            balance: `Rp. 1`,
        }

// Request order 
order
request body
api_key, user_id, zone, service, quantity, kontak

contoh response :
{
  id: 'GZ-FFOYWCIAQZIWFLGOH',
  layanan: '14 Diamonds',
  service_id: '572',
  user_id: '287927883',
  zone: '9496',
  kontak: '6282392193606',
  username: 'Jinx',
  price: 3375,
  status: 'Pending',
  info: { saldo_awal: 24578, sisa_saldo: 21203 }
}

//Cek status 
status
request body : 
api_key, order_id

{
        status: true,
        message: "Berhasil Menemukan Orderan!",
        data:{
  order_id: 'GZ-FFOYWCIAQZIWFLGOH',
  layanan: '14 Diamonds',
  price: 3375,
  username: 'Jinx',
  status: 'Success',
  keterangan: 'Jinx, Success'
}

// Endpoint 
https://gzstore.id/api/v1/