GameToy
WordPress + WooCommerce plugin connecting your store to external game-recharge merchants for automated top-up sales.
★ 5stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/morpheusadam/topupbridge/archive/refs/heads/main.zipFrom the readme
Top Up Bridge
Top Up Bridge (plugin name GameToy) is a WordPress plugin that connects a WooCommerce store to an external game-recharge merchant REST API, for store owners and developers running a digital game top-up shop.
Overview
The plugin bridges two systems. It pulls the merchant's goods catalog into WooCommerce as products, and when a customer's order reaches the Completed status it submits a matching recharge order back to the merchant API and emails the customer.
It covers the full lifecycle: authenticated API requests (client ID plus a signed AuthSign built from a timestamp and nonce), product synchronization into WooCommerce matched by SKU, order submission hooked to woocommerceorderstatuscompleted, account and debug logging, and transactional email through a bundled SMTP mailer. An admin dashboard page holds the credential settings and shows raw API responses; separate account and log pages give visibility into syncs and submitted orders.
Features
- Merchant REST API integration with authenticated, signed requests.
- Product sync that creates or updates WooCommerce products, matched by SKU.
- Automatic recharge-order submission on completed WooCommerce orders.
- Gen