Additional Features
Internationalization, payment verification, store demo, and end-to-end integration walkthrough
Additional Console Features
Internationalization (i18n)
The store supports multiple languages out of the box, including English, Hindi, Bengali, and more
- Users can switch languages directly in the store UI
For API integrations, pass the
x-language
header to get localized responses (see API Reference — Language Support)
Payment verification
After a user purchases a reward, verify the transaction server-side using the order ID from the purchase response
The endpoint returns a boolean confirming whether the order succeeded
GET /api/v1/orders/:orderId/verify
Store demo
What the store looks like
The PlaySuper store presents rewards in organized category tiles — Gifting, Electronics, Food, and more. Key features include:
- Expiring Soon section with countdown timers
- Multiple discount formats (flat amount, percentage, extra discount)
- Coin balance in the header with clear unlock prices
- One-tap redemption with inline instructions and terms
PlaySuper Store Demo 2025
See the PlaySuper store in action on mobile
End-to-end integration demo
From action to reward
This video shows the complete flow:
- A user clears a level and earns coins
- The user opens the store and browses available rewards
- The user selects a coupon and redeems it
- The reward is delivered instantly
Complete Integration Demo
Real-world example of the PlaySuper integration flow with delivery
Next steps
Now that your console is set up, pick your integration path:
| Guide | Description |
|---|---|
| Unity SDK Guide | Integrate PlaySuper into Unity games with the native SDK |
| API Reference | Use the REST API directly for custom integrations |
| Webhooks | Receive real-time server notifications for coin transactions |
| Touchpoints API | Show reward widgets inside your game UI |
| Gift Card API | Purchase and distribute gift card vouchers programmatically |