Advertisement
Guest User

Untitled

a guest
Nov 8th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ===============Request==================
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <GameRequest>
  4. <Header>
  5. <GameDetails gameId="200-1157-002" name="Pixies of the Forest" channel="INT" presentation="STD" class="RGS" />
  6. <Customer userId="1238627" skinCode="CBE1" ccyCode="EUR" sessionId="225311" countryCode="GB" language="en" />
  7. <Auth username="ws-client" password="password" />
  8. </Header>
  9. <Recon>
  10. <RGSGame finished="Y" txnId="10459096" subGameIND="N" hasJackpot="N">
  11. <RGSAction action="WIN" amount="0.14" actionId="10459096-11" />
  12. </RGSGame>
  13. </Recon>
  14. </GameRequest>
  15.  
  16.  
  17. ===============Response==================
  18. <?xml version="1.0" encoding="UTF-8"?>
  19. <GameResponse>
  20. <Header>
  21. <GameDetails gameId="200-1157-002" name="Pixies of the Forest" />
  22. <Customer secureToken="84C1DBB9937046F0B13456EF4765A9DC" ccyCode="EUR" userId="1238627">
  23. <Balance type="CASH" amount="88.46" />
  24. <Balance type="BONUS" amount="0" />
  25. </Customer>
  26. </Header>
  27. <Recon status="SETTLED" msg="" id="10459096-11" action="COMPLETE">
  28. <RGSGameState finished="Y" txnId="10459096">
  29. <RGSAction action="WIN" amount="0.14" actionId="10459096-11">
  30. <FundType type="CASH" amount="0.14" />
  31. <FundType type="BONUS" amount="0" />
  32. </RGSAction>
  33. <RGSAction action="REFUND">
  34. <FundType type="CASH" />
  35. <FundType type="BONUS" />
  36. <FundType type="FREESPIN" />
  37. </RGSAction>
  38. </RGSGameState>
  39. </Recon>
  40. </GameResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement