Skip to content

Bonus receipt confirmation🔗

Study the “General Information” and the “Signature Verification” sections first.

Attention

Use only if the "Automatically close payments and bonuses (Recommended!)" option is not enabled for the application.

It is necessary to send information to the MRGS server that bonus was processed and player received a reward.

Parameters🔗

Parameter Method Value Mandatory Type Description
action GET confirm_bonuses yes string Command
bonus_ids GET 10,11 yes string List of IDs of received bonuses (if there are several bonuses, they are separated with a comma)

Error codes🔗

Code Description
-28 Unexpected error. Contact technical specialists.
-29 No bonus ID was returned.

Request example🔗

https://mrgs.astrum.team/pub/s2s.php?action=confirm_bonuses&appId=38&bonus_ids=10%2C11&format=json&hash=0f68ddc43695a7ac38b1bf9f4f500f6e

Response example🔗

{
    "status":0,
    "error":"",
    "result":{
        "bonus_confirm": {
            "10": 1,
            "11": 1
        }
    }
}

Last update: 2025-01-21
Created: 2020-02-17