{ "opencollection": "1.0.0", "info": { "name": "Mastercard Automatic Billing Updater API", "version": "1.0.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": "https://api.mastercard.com/abu/accounts/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": "https://api.mastercard.com/abu/accounts/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." } ] }, { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Subscriptions to Accounts to Automatically Receive Notifications When an Update to an Account Occurs.", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/abu/accounts/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "A subscription request is used to watch an account. When an update is made available from the issuing banks, ABU will send a notification to the ABU Integrator's URI with the updated account information automatically. ABU will respond with the latest account information as well as subscribing the ABU Integrator to any future update notifications." } ] }, { "info": { "name": "Account Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Unsubscribe From an Account to Stop Receiving Updates for Account Information in the Future.", "type": "http" }, "http": { "method": "POST", "url": "https://api.mastercard.com/abu/accounts/subscription-deletions", "body": { "type": "json", "data": "{}" } }, "docs": "ABU Integrators can unsubscribe from an account to stop automatically receiving notifications with account information when updates occur." } ] } ], "bundled": true }