AALU API
Free Fire

Free Fire Diamond Top-up API

Sell Free Fire diamonds without manual work. Load the Free Fire packs from the live catalog, take the player ID, and let the API deliver the diamonds and report back to your server.

Available Free Fire regions are listed in the catalog, next to every other game on the platform — one integration for your whole store.

How it works

  1. Create a free account and copy your API key.
  2. Find Free Fire in GET /api/v.1/games and load its packs.
  3. Collect the player ID at checkout.
  4. Place the order and receive the result on your webhook.

Place a Free Fire order

POST /api/v.1/create
x-api-key: YOUR_API_KEY
Content-Type: application/json

{
  "game": "{gamecode from /games}",
  "denom": "{Pack from /products}",
  "userid": "PLAYER_ID",
  "partner_orderid": "ORDER-40001",
  "partner_webhook_url": "https://yourstore.com/webhook"
}

Features

Live diamond catalog

Packs, prices and stock status come straight from the API.

Player ID orders

Just the player ID for most packs — each pack tells you what it needs.

Player check

Verify the player name before charging to avoid wrong-account top-ups.

Duplicate-safe ordering

partner_orderid keeps retries safe — never a double delivery.

Signed webhooks

HMAC-SHA256 signed status callbacks to your server.

WooCommerce plugin

Import Free Fire packs into WordPress and deliver paid orders automatically.

Frequently asked questions

What do I need from the customer?

Their Free Fire player ID. If a pack needs anything else, the catalog tells you.

Which Free Fire regions are available?

The regions currently offered are listed in the games catalog you receive after signing up.

How am I charged?

Each order's price is deducted from your wallet. Failed or cancelled orders are normally refunded automatically.

Can I build a Free Fire top-up website without coding?

Yes — use the WooCommerce plugin on any WordPress site with HTTPS.

Start selling in minutes

Create a free account, add wallet balance and place your first order through the API.

More APIs