{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Aggregates API", "version": "1.0" }, "items": [ { "info": { "name": "Aggregates", "type": "folder" }, "items": [ { "info": { "name": "Fetches carbon score for payment cards and aggregates the same on a weekly and monthly basis. The result will be in descending order.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/payment-cards/transaction-footprints/aggregates", "body": { "type": "json", "data": "{}" } }, "docs": "Allows a Service Provider to fetch aggregate carbon score for a single or multiple payment cards. A payment card has to be registered first using /service-providers/payment-cards endpoint before this endpoint can be called. The aggregate can be requested weekly, or monthly. Note that **ONLY** cleared transactions will be returned.\n\nIf any of the paymentCardIds is not valid or not registered, then the entire request will be rejected, and no aggregate will be returned.\n\nIf no transaction is found " } ] } ], "bundled": true }