{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Setup API", "version": "1.0" }, "items": [ { "info": { "name": "Setup", "type": "folder" }, "items": [ { "info": { "name": "Get RecurringĀ Donation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/donors/:donor_id/setups/:donation_setup_id", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "params": [ { "name": "donation_setup_id", "value": "", "type": "path", "description": "donation_setup_id" }, { "name": "donor_id", "value": "", "type": "path", "description": "donor_id" } ] }, "docs": "Retrieve donation setup details by setupid" }, { "info": { "name": "Update RecurringĀ Donation", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/donors/:donor_id/setups/:donation_setup_id", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "params": [ { "name": "donation_setup_id", "value": "", "type": "path", "description": "donation_setup_id" }, { "name": "donor_id", "value": "", "type": "path", "description": "donor_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Monthly, Micro or Round-up donation for a registered user. Encrypting request body is not required." }, { "info": { "name": "Delete RecurringĀ Donation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/donors/:donor_id/setups/:donation_setup_id", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "params": [ { "name": "donation_setup_id", "value": "", "type": "path", "description": "donation_setup_id" }, { "name": "donor_id", "value": "", "type": "path", "description": "donor_id" } ] }, "docs": "Delete Monthly, Micro or Round-up donation for a registered user" }, { "info": { "name": "Get All Non Mastercard Brand Cards API", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/donations/non-ma/setup/cards", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ] }, "docs": "This API is used by the API consumer to download all their Non-Mastercard registered cards." } ] } ], "bundled": true }