{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Program API", "version": "1.0" }, "items": [ { "info": { "name": "Program", "type": "folder" }, "items": [ { "info": { "name": "Program Transaction History API", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/donations/program/:programId/transactions", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "params": [ { "name": "donor_id", "value": "", "type": "query", "description": "Donor" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "offset", "value": "", "type": "query", "description": "offset" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Program Transaction History Details based on retrieves a list of donation transactions by programId in a given timeframe.\"cardID\", \"charityID\" and \"donationType\" are optional fields. If a Micro donation is setup, it won't show up in Program Transaction History until the end of the month when the transaction happen. Encrypting request body is not required." } ] } ], "bundled": true }