Replace this text with your own Terms of Use (edit in Admin → Settings → Pages).
All products are digital goods delivered automatically after payment.
You are responsible for keeping your purchased credentials secure after delivery.
Reselling, automation, or bulk use must comply with the relevant platform's rules; you assume all associated risk.
We reserve the right to refuse or cancel orders suspected of fraud or abuse.
2. Disclaimer
Edit this Disclaimer in Admin → Settings → Pages. Example: products are provided "as is"; we are not affiliated with the platforms whose accounts are sold, and we are not liable for how accounts are used after delivery.
3. Purchase Policy
Edit this Purchase Policy in Admin → Settings → Pages. Example: accepted payment methods, delivery timing, order processing, and what to do if an order is delayed.
4. Warranty Policy
Last updated: 2026
Write your warranty terms here (edit in Admin → Settings → Pages): warranty window, what's covered / not covered, how to claim, and resolution.
Warranty window: e.g. 24 hours after delivery against login failure.
How to claim: open "My Orders" or live chat, provide the order code, request a replacement/refund.
Place an order. The charge is deducted from your balance. Returns the order ID.
Parameter
Description
key
API Key
action
"add_product_order"
product
Product ID
quantity
Needed quantity
require
Information needed to process (optional, if the product requires input)
trans_id
Your own unique ID for this order (optional but recommended). Sending the same value again returns the original order instead of placing a new one. Can also be sent as the Idempotency-Key HTTP header.
If your request times out, retry with the same trans_id: you get the same order ID back and your balance is charged once. Without it, a retry creates a second order.
Status: Pending, In progress, Completed, Partial, Canceled
Pending = awaiting your payment. In progress = paid and being processed, including orders still waiting on the upstream supplier. Partial = partially delivered, the undelivered part is refunded to your balance. Canceled = canceled and fully refunded. remains is the quantity not yet delivered.
POST Result product
Get the delivered content (the accounts/lines) of a completed order.