{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Payment Method Snapshots API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Payment Method Snapshots", "type": "folder" }, "items": [ { "info": { "name": "CRUD: Retrieve a payment method snapshot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/object/payment-method-snapshot/:id", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" }, { "name": "Zuora-Track-Id", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "Object fields to return" }, { "name": "id", "value": "", "type": "path", "description": "Object id" } ] }, "docs": "This REST API reference describes how to retrieve a Payment Method Snapshot.\n\nA Payment Method Snapshot is a copy of the particular Payment Method used in a transaction. If the Payment Method is deleted, the Payment Method Snapshot continues to retain the data used in each of the past transactions.\n\n### Notes\nThe following Payment Method fields are not available in Payment Method Snapshots:\n\n* `Active`\n* `AchAddress1`\n* `AchAddress2`\n* `CreatedById`\n* `CreatedDate`\n* `UpdatedById`\n* `UpdatedDate" } ] } ], "bundled": true }