{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Payment Method Updater API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Payment Method Updater", "type": "folder" }, "items": [ { "info": { "name": "Create a Payment Method Updater batch asynchronously", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment-method-updaters/batches", "headers": [ { "name": "Idempotency-Key", "value": "" }, { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ] }, "docs": "Creates a Payment Method Updater (PMU) batch asynchronously. PMU for American Express (AMEX) is not supported.\n" }, { "info": { "name": "List Payment Method Updater instances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment-method-updaters", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ] }, "docs": "Retrieves the detailed information of all Payment Method Updater (PMU) instances on your tenant, except for American Express (AMEX).\n" } ] } ], "bundled": true }