The Electrum Lotto Service Interface describes an interface for creating, confirming and reversing Lotto wagers.
https://[placeholder].dev/lotto/v2/
Board related data.
Boolean indicating whether or not the selections are determined by the Lotto operator.
The outcome of a draw which will allow the customer to win a monetary prize.
An indication of how the board is to match the three digit number drawn by the Lotto operator. This is only used for the Pick3 game.
{ "quickPick": true, "selections": [ "string" ], "boardAmount": 0, "betType": "STRAIGHT", "systemBetType": "NONE" }
Base model for all payment types
The general method of payment used
An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT
An alternative identifier for the customer's source of funds. Acts as a stand in for the customer identifier. E.g. a customer's MSISDN or email address.
An enumerated value describing the type of value used as the proxy.
{ "type": "AN_32_TOKEN", "name": "string", "amount": { "amount": 0, "currency": "string", "ledgerIndicator": "DEBIT" }, "issuer": { "id": "string", "name": "string" }, "pin": { "type": "CLEAR_PIN" }, "proxy": "string", "proxyType": "MSISDN", "token": "string" }