Register EPOS Terminal

Register Epos Terminal Page

To register the EPOS terminal, we need to provide the following fields in JSON format:

{
  "terminalId": "12345678",
  "merchantId": "987654321",
  "name": "epos_name",
  "port": "1",
  "type": "DEBIT",
  "purpose": "P2P_EXTERNAL"
}

Last updated