DeltaForceTopupOrder
Last Updated 11th May, 2025
Last updated
Last Updated 11th May, 2025
Last updated
The DeltaForceTopupOrder mutation lets your app users directly top up Delta Force credits via the VSC Games API. It deducts user balance, sends a top-up request to Lootbar, and logs the transaction.
🔗 Endpoint URL: Method: POST Content-Type: application/json
📎 Mutation Structure
📅 Parameters
productId
String
Yes
ID of the product to be purchased
playerID
String
Yes
Game player ID to receive top-up
✅ Successful Response
🚫 Error Codes
401
API key required
Missing API key
403
Invalid API key
API key not found or revoked
404
Top-up product not found
Product ID is invalid
402
Insufficient balance
User has insufficient funds
503
Topup API server error
Internal operation failed to process
500
An error occurred...
Internal server error
🔪 Code Examples Python
JavaScript