{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Retrieve transaction totals API", "version": "2.41.1" }, "items": [ { "info": { "name": "Retrieve transaction totals", "type": "folder" }, "items": [ { "info": { "name": "Retrieve daily totals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analysis/totals/day/levelid/:levelId/levelidvalue/:levelIdValue", "params": [ { "name": "levelId", "value": "terminal_id", "type": "path", "description": "Any ID of a level of the Equens contract administration" }, { "name": "levelIdValue", "value": "5000", "type": "path", "description": "ID value at this level.\nExample value\nclusterId 1000,\nmerchantId 2000,\ncontractId 3000,\nsiteId 4000,\nterminalId 5000\n" }, { "name": "type", "value": "", "type": "query", "description": "Transaction type Filter. \nValues (optional):\npurchase, refund or chargeback\n" }, { "name": "begin", "value": "20160901", "type": "query", "description": "Start day (yyyymmdd)\n" }, { "name": "end", "value": "20160920", "type": "query", "description": "End day (yyyymmdd)\n" } ] }, "docs": "This operation of the Analysis API will help you to retrieve daily aggregated totals.\nYou can do this using by providing an entity from the equensWorldline contract hierarchy, such as a contractId. \nThe results are aggregated transaction numbers and revenue on a daily basis, divided by type Purchases, refunds and chargebacks.\n" }, { "info": { "name": "Retrieve monthly totals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analysis/totals/month/levelid/:levelId/levelidvalue/:levelIdValue", "params": [ { "name": "levelId", "value": "terminal_id", "type": "path", "description": "Any ID of a level of the Equens contract administration" }, { "name": "levelIdValue", "value": "5000", "type": "path", "description": "ID value at this level.\nExample value\nclusterId 1000,\nmerchantId 2000,\ncontractId 3000,\nsiteId 4000,\nterminalId 5000\n" }, { "name": "type", "value": "", "type": "query", "description": "Transaction type Filter. \nValues (optional): \npurchase, refund or chargeback\n" }, { "name": "begin", "value": "201609", "type": "query", "description": "Start month (yyyymm)\n" }, { "name": "end", "value": "201610", "type": "query", "description": "End month (yyyymm)\n" } ] }, "docs": "This operation of the Analysis API will help you to retrieve monthly aggregated totals. \nYou can do this using by providing an entity from the equensWorldline contract hierarchy, \nsuch as a contractId. The results are aggregated transaction numbers and revenue on a monthly basis, \ndivided by type Purchases, refunds and chargebacks.\n" } ] } ], "bundled": true }