{ "opencollection": "1.0.0", "info": { "name": "Worldline Card Issuing Account - AccountState Retrieve transaction totals per brand API", "version": "2.41.1" }, "items": [ { "info": { "name": "Retrieve transaction totals per brand", "type": "folder" }, "items": [ { "info": { "name": "Retrieve daily totals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analysis/brandtotals/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 aggregated data from different levels \nof the equensWorldline Acquiring Contract hierarchy, divided by brand. \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, split by brand, on a daily basis, \ndivided by type Purchases, refunds and chargebacks. \n" }, { "info": { "name": "Retrieve monthly totals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analysis/brandtotals/month/levelid/:levelId/levelidvalue/:levelIdValue", "params": [ { "name": "levelId", "value": "merchant_id", "type": "path", "description": "Any ID of a level of the Equens contract administration" }, { "name": "levelIdValue", "value": "2000", "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 aggregated data from different levels of \nthe equensWorldline Acquiring Contract hierarchy, divided by brand. You can do this using by providing \nan entity from the equensWorldline contract hierarchy, such as a contractId. \nThe results are aggregated transaction numbers and revenue, split by brand, on a monthly basis, \ndivided by type Purchases, refunds and chargebacks.\n" } ] } ], "bundled": true }