Skip to content

logo

Description🔗

MRGSBilling is a system for making in-game payments. This SDK allows working with popular application stores (Apple AppCenter, Google Play, Samsung Galaxy Store, Amazon Store, Huawei/AppTouch store, Steam Store, Facebook Cloud) by using the unified API, and the MRGS server allows validating the payment, check the subscription status and transfer the information to the game server.

On the MRGS website developers can view the payment statistics in real time:

BankInterface

Key features🔗

  • Simple and universal API. Due to the simplicity of the API, you can easily implement it on any platform.
  • Extended possibilities support. Apart from making payments, you can: offer subscriptions with discounts to the user, activate promo codes (Android), receive payment information from the application store page (iOS), give reward to the user for preliminary installation (Android).
  • Server API. Allows receiving information both about made and cancelled payments (Android). Also, the MRGS server checks the state of the active subscriptions and sends the information about the subscription prolongation to the game server.

Steps to integrate into a product🔗

Step 1. Get acquainted with the architecture and add the keys🔗

MGRS not only allows completing payments, but also sends the data about them to the MyTracker/1link, Terrabank, AppsFlyer and Firebase systems. In the working structure section you can find detailed information about how the payment data gets to all the analytical systems.

Add the keys for payment validation, and the MRGS server will be able to differentiate real payments from the fraudulent and test ones. What is more, the MRGS server can regularly receive the list of the cancelled payments (refunds) in the Google Play Store and send the information about them to the game server.

Step 2. Add the SDK on the client🔗

ios_icon android_icon unity_icon

Note

Press on the platform you're interested in to move to the section with the description of the SDK integration.

Step 3. Add server support🔗

To be able to receive notifications about processed payments on your server, add the support for our API.


Last update: 2023-10-25
Created: 2020-01-20