A container object representing the Merchant Name and Location
The merchant or trading as name associated with the merchant
{ "name": "string", "city": "string", "region": "st", "country": "st" }
The Electrum Lotto Service Interface describes an interface for creating, confirming and reversing Lotto wagers.
https://[placeholder].dev/lotto/v2/
The Originator object encapsulates data relating to the originator of the transaction
Originating, acquiring, processing, or receiving institution details
The ID that uniquely identifies each device or system in an originator's institution capable of sending requests. Required for transactions initiated from physical card entry or point-of-sale devices
Merchant related data. Must be included if available
The assigned merchant identifier. Also known as card acceptor id
A container object representing the Merchant Name and Location
The merchant or trading as name associated with the merchant
The city where the merchant is located
The state or region where the merchant is located
The ID that uniquely identifies the person operating the terminal specified by the terminalId field.
{ "institution": { "id": "string", "name": "string" }, "terminalId": "stringst", "merchant": { "merchantType": "string", "merchantId": "stringstringstr", "merchantName": { … } }, "operatorId": "string", "channelId": "string" }
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" }