WinRequest
The type of the win.
regulartype means regular bet,freetype means free bet (see Free Rounds section).
Possible values: [regular, free]
regularSession ID (external). This is your own Session ID, the exact value you provided in the sessionID field of the Create New Game call.
It is NOT the gsID (Game Session ID) returned by Create New Game, which is Swipe Games's own identifier and is never sent in reverse calls.
a1b2c3d4-e5f6-7890-abcd-ef1234567890The amount of the bet in currency main units (note: not cents). Currency selected by the client during the
Create New Game call. We support 2 decimal places for all fiat currencies.
Possible values: Value must match regular expression ^(0|[1-9]\d*)(\.\d+)?$
100.10Globally unique identifier (UUID v4) for the win transaction on Swipe Games' side.
Must be used as an idempotency key on your side.
Uniqueness is guaranteed by Swipe Games for a rolling 3-month window.
For uniqueness guarantees beyond 3 months, use the composite key (txID + roundID).
c27ccade-5a45-4157-a85f-7d023a689ea5Non unique ID for the round (internal) on Swipe Games' side. Could be the same for different games.
b78e42f8-2041-482d-9c4b-f2ca79fc75e3Free Rounds ID (external).
This field is provided only for free rounds wins (where type is free),
during bonus balance withdrawal process (type is regular).
some_external_free_rounds_id{
"type": "regular",
"sessionID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"amount": "100.10",
"txID": "c27ccade-5a45-4157-a85f-7d023a689ea5",
"roundID": "b78e42f8-2041-482d-9c4b-f2ca79fc75e3",
"frID": "some_external_free_rounds_id"
}