TopUp & Voucher API — Documentation
API ONLINE — v4.0.0

TopUp & Voucher API

Unified REST API for Garena Free Fire top-up and voucher redemption. Supports asynchronous processing and callbacks.

01 Introduction

Amader API-te ektai endpoint use kora hoy: POST /topup. Order type nirdharon kora hoy code field er maddhome.

  • Voucher: UniPin-er maddhome SERIAL:PIN redeem kora hoy.
  • Shell (BD): Garena Bangladesh shop theke direct top-up.
02 Authentication

Apnar request header-e nicher moto Bearer Token pathate hobe.

HTTP HEADER
Authorization: Bearer YOUR_API_TOKEN
⚠️ Balance Note: Protiti order apnar token balance theke credit deduct korbe. Balance sesh hole system order accept korbe na.
03 Shell Top-Up (BD)

Garena BD shop-er jonno code field-e "shell" likhun.

JSON BODY EXAMPLE
{
  "orderid": "ORD-123",
  "playerid": "5162333961",
  "code": "shell",
  "package": "LITE",
  "username": "Garena_User",
  "password": "Password123",
  "autocode": "WXMFETTRVDTFBN"
}
04 Voucher Redemption

Voucher redeem korar jonno SERIAL:PIN format babohar korun. Aksathe 5-ti voucher batch kora jay.

JSON BODY EXAMPLE
{
  "orderid": "ORD-456",
  "playerid": "2716319203",
  "code": "BDMB-S-S-02971495:4193536956355998"
}