{ "opencollection": "1.0.0", "info": { "name": "Mastercard Community Pass Payment APIs", "version": "1.0.7" }, "items": [ { "info": { "name": "Callbacks", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Callbacks Api", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/community-pass/payments/callbacks", "body": { "type": "json", "data": "{}" } }, "docs": "This API is to be used by the payment provider to notify payment status to relevant Mastercard Applications in case the payment was initiated by the Mastercard Application." } ] }, { "info": { "name": "Validations", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Validations Api", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/community-pass/payments/validations", "body": { "type": "json", "data": "{}" } }, "docs": "This API is to be used to validate customer information present within relevant Mastercard Applications." } ] }, { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Notifications Api", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/community-pass/payments/notifications", "body": { "type": "json", "data": "{}" } }, "docs": "This API is to be used by the payment provider to notify a payment status to relevant Mastercard Applications in case the payment was initiated from an Application external to Mastercard." } ] } ], "bundled": true }