PlaySuper LogoPlaySuper
Console Setup

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:

  1. A user clears a level and earns coins
  2. The user opens the store and browses available rewards
  3. The user selects a coupon and redeems it
  4. 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:

GuideDescription
Unity SDK GuideIntegrate PlaySuper into Unity games with the native SDK
API ReferenceUse the REST API directly for custom integrations
WebhooksReceive real-time server notifications for coin transactions
Touchpoints APIShow reward widgets inside your game UI
Gift Card APIPurchase and distribute gift card vouchers programmatically