{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Donors API", "version": "1.0" }, "items": [ { "info": { "name": "Donors", "type": "folder" }, "items": [ { "info": { "name": "Create (Register) Donor API", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/donors", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API will be used for creating (registering) new users on platform as a Registerd Donor.A card will be added once. Second time, the initial card Id will be returned.Entire request body should be encrypted." } ] } ], "bundled": true }