buyVoucher
Last Updated 11th May, 2025
Last updated
Last Updated 11th May, 2025
Last updated
The buyVoucher
mutation allows users to purchase game or service vouchers in desired quantities using their account balance. The system will deduct the total amount from the user, reduce stock from the product database, log the transaction, and send a Telegram notification.
🔗 Endpoint URL: Method: POST Content-Type: application/json
📂 Mutation Structure
📥 Headers Required
apikey
: Your valid API key.
📦 Parameters
productId
Int
✅
ID of the product to purchase
quantity
Int
✅
Number of codes to buy
✅ Successful Response
â›” Error Codes
401
API key missing or invalid
402
Insufficient balance
403
Invalid API key
404
Product not found
409
Insufficient product stock
500
Code pool corrupted or internal
🔮 Code Examples
Python
JavaScript (Node.js)