Game Recharge

This guide explains how to integrate the in-game recharge feature for games on the UMIVERSE platform. Follow the steps below to enable recharge functionality and handle recharge notifications effectively.

SDK: https://github.com/umiverse-io-v2/umi-oauth-demo

Recharge Workflow Summary

1. Initiate Recharge Request:

• The game iframe sends a postMessage with recharge details to the UMIVERSE platform.

2. User Completes Payment:

• The UMIVERSE platform presents the payment interface to the user.

3. Process Recharge Notification:

• The UMIVERSE platform sends a callback to the configured URL upon payment completion.

• The game server verifies the notification and updates the user’s account accordingly.

Example:

PRODUCTION MODE
UMI SDK DEMO

Last updated