Iframe is mobile Flag
Jump to navigation
Jump to search
Is_mobile - it's an optional parameter to distinguish platform from which the bet was made.
Note: please bear in mind, that this parameter has nothing in common with Front-end part, it doesn't change UI of the iFrame in any ways.
In case you need to track bets placed via mobile platform we can send additional element <is_mobile>1</is_mobile>
It will appear in all PAYIN XML requests. Example:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<method>transaction_bet_payin</method>
<token>3b4d0413</token>
<request_id>1f031873-b54b-6fba-9342-005056a48ba2</request_id>
<time>1747311733</time>
<signature>554bb2acda9029251b606d234d94a4ef9af754b78eb7df2ac822ab7831cf0db8</signature>
<params>
<amount>350</amount>
<currency>eur</currency>
<bet_id>8699373722</bet_id>
<transaction_id>1320196036</transaction_id>
<retrying>0</retrying>
<bet>Chosen number will be rolled with RED dice (5)</bet>
<odd>5.70</odd>
<bet_time>2025-05-14 12:22:13</bet_time>
<game>10</game>
<draw_code>42505151312</draw_code>
<draw_time>2025-05-14 12:22:13</draw_time>
<is_mobile>1</is_mobile>
</params>
</root>