BFG GAMING STORE API
Docs

Games & PIDs

Live catalog · GET /services · GET /products

Order shapes

Every order also sends pid + trxid.

Shape Fields Games
Player ID userId PUBG, Free Fire, Zepeto, …
ML-style userId + zoneId Mobile Legends, …
UID + server userId + serverId WUWA, IDV, SOJ, PGR, …
Once Human userId + region + moreId Once Human
RIOT ID userId Valorant
Keys / cards quantity Game keys, gift cards

Services

PUBG

Slug Fields
pubg userId
pubgsubscription userId
pubgucspecial userId
pubgcncn userId
{
  "pid": "BFGP60",
  "userId": "51234567890",
  "trxid": "ORD-1"
}

Free Fire

Slug Fields
ffmena userId (5–20 digits)
ffcis userId (5–20 digits)
ffbd userId (5–20 digits)
fflatam userId (5–20 digits)
{
  "pid": "BFGF1100",
  "userId": "123456789",
  "trxid": "ORD-2"
}

Valorant

{
  "pid": "BFGVAL475",
  "userId": "Player Name#TAG",
  "trxid": "ORD-3"
}

Game keys & gift cards

{
  "pid": "BFGPK60",
  "quantity": 2,
  "trxid": "ORD-5"
}

Once Human

Field Telegram
userId User ID
region Region
moreId Server ID
{
  "pid": "BFGOH62",
  "userId": "player_01",
  "region": "Europe",
  "moreId": "srv001",
  "trxid": "ORD-6"
}
{
  "orderCreated": true,
  "orderId": "BFG-API-OH-A1B2C3-D4E5F6A7",
  "status": "processing",
  "game": "oncehuman",
  "packName": "60 Crystals",
  "amountUsd": 0.99,
  "userId": "player_01",
  "serverId": "Europe",
  "moreId": "srv001"
}

{
  "orderCreated": true,
  "orderId": "BFG-API-OH-A1B2C3-D4E5F6A7",
  "status": "completed",
  "game": "oncehuman",
  "packName": "60 Crystals",
  "amountUsd": 0.99,
  "durationSec": 12,
  "userId": "player_01",
  "serverId": "Europe",
  "moreId": "srv001"
}

{
  "orderCreated": false,
  "status": "cancelled",
  "game": "oncehuman",
  "error": "INSUFFICIENT BALANCE"
}

Mobile Legends

{
  "pid": "BFGM86",
  "userId": "123456789",
  "zoneId": "1234",
  "trxid": "ORD-7"
}

WUWA / IDV / Once Human

Slug Fields
wutheringwaves userId + serverId
identityv userId + serverId
oncehuman userId + region + moreId
{
  "pid": "BFGW60",
  "userId": "800012345",
  "serverId": "os_asia",
  "trxid": "ORD-8"
}

PUBG Subscription

Pack PID
PRIME 1 MONTH BFGPSP1
PRIME 3 MONTHS BFGPSP3
PRIME 6 MONTHS BFGPSP6
PRIME 12 MONTHS BFGPSP12
PRIMEPLUS 1 MONTH BFGPPS1
PRIMEPLUS 3 MONTHS BFGPPS3
PRIMEPLUS 6 MONTHS BFGPPS6
PRIMEPLUS 12 MONTHS BFGPPS12
FIRST PURCHASE PACK BFGPSFP
MATERIAL PACK BFGPSMP
MYTHIC EMBLEM PACK BFGPSMYTH
WEEKLY EMBLEM BFGWEMBLM
{
  "pid": "BFGPSP1",
  "userId": "51234567890",
  "trxid": "ORD-9"
}

PUBG UC CN WEB

Pack PID
60 UC CN WEB BFGPCN60
325 UC CN WEB BFGPCN325
660 UC CN WEB BFGPCN660
1800 UC CN WEB BFGPCN1800
3850 UC CN WEB BFGPCN3850
8100 UC CN WEB BFGPCN8100
{
  "pid": "BFGPCN60",
  "userId": "51234567890",
  "trxid": "ORD-11"
}
BFG GAMING STORE