{ "opencollection": "1.0.0", "info": { "name": "Plaid liabilities/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Retrieve Liabilities data", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/processor/liabilities/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/processor/liabilities/get` endpoint returns various details about a loan or credit account. Liabilities data is available primarily for US financial institutions, with some limited coverage of Canadian institutions. Currently supported account types are account type `credit` with account subtype `credit card` or `paypal`, and account type `loan` with account subtype `student` or `mortgage`.\n\nThe types of information returned by Liabilities can include balances and due dates, loan terms, an" }, { "info": { "name": "Plaid Retrieve Liabilities data", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/liabilities/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/liabilities/get` endpoint returns various details about an Item with loan or credit accounts. Liabilities data is available primarily for US financial institutions, with some limited coverage of Canadian institutions. Currently supported account types are account type `credit` with account subtype `credit card` or `paypal`, and account type `loan` with account subtype `student` or `mortgage`. To limit accounts listed in Link to types and subtypes supported by Liabilities, you can use the `" } ] } ], "bundled": true }