{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Inquiries API", "version": "1.0" }, "items": [ { "info": { "name": "Inquiries", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Inquiry Request for an Update on an Account.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/inquiries", "body": { "type": "json", "data": "{}" } }, "docs": "An inquiry request is used to receive the most up-to-date account information available from issuers at any time. The parameters provided in the request are used to identify the account inquired. Once a request is received by ABU, a response will be provided back with the account information." }, { "info": { "name": "Mastercard Inquire on a Subscription to Determine if an Account Is Already Being Watched or Not.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscription-inquiries", "body": { "type": "json", "data": "{}" } }, "docs": "An inquiry request is used to check if an account is already being watched or not. Based on the response back, the ABU Integrator can choose to take action if necessary; to subscribe to watch an account or unsubscribe, to stop watching an account." } ] } ], "bundled": true }