{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Guest Donation API", "version": "1.0" }, "items": [ { "info": { "name": "Guest Donation", "type": "folder" }, "items": [ { "info": { "name": "Guest Donation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/payments/guests", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" }, { "name": "ProgramId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API is used to process One Time Donation for a Guest Donor. Entire request body should be encrypted." } ] } ], "bundled": true }