{ "opencollection": "1.0.0", "info": { "name": "Lithic 3DS Financial Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Financial Account", "type": "folder" }, "items": [ { "info": { "name": "List financial accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/financial_accounts" }, "docs": "Retrieve information on your financial accounts including routing and account number." }, { "info": { "name": "Create financial account", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/financial_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new financial account" }, { "info": { "name": "Get financial account", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token", "params": [ { "name": "financial_account_token", "value": "", "type": "path", "description": "The token identifying the financial_account_token." } ] }, "docs": "Get a financial account" }, { "info": { "name": "Update financial account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token", "params": [ { "name": "financial_account_token", "value": "", "type": "path", "description": "The token identifying the financial_account_token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a financial account" }, { "info": { "name": "Get account credit configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/credit_configuration" }, "docs": "Get an Account's credit configuration" }, { "info": { "name": "Update account credit configuration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/credit_configuration", "body": { "type": "json", "data": "{}" } }, "docs": "Update an account's credit configuration" }, { "info": { "name": "List financial transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/financial_transactions" }, "docs": "List the financial transactions for a given financial account." }, { "info": { "name": "Get financial transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/financial_transactions/:financial_transaction_token" }, "docs": "Get the financial transaction for the provided token." }, { "info": { "name": "Register Account Number", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/register_account_number", "body": { "type": "json", "data": "{}" } }, "docs": "Register account number" }, { "info": { "name": "Update financial account status", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/financial_accounts/:financial_account_token/update_status", "body": { "type": "json", "data": "{}" } }, "docs": "Update financial account status" }, { "info": { "name": "List Account Activity", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/account_activity" }, "docs": "Retrieve a list of transactions across all public accounts." }, { "info": { "name": "Get Single Transaction from Account Activity", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/account_activity/:transaction_token", "params": [ { "name": "transaction_token", "value": "", "type": "path", "description": "The unique identifier for the transaction" } ] }, "docs": "Retrieve a single transaction" } ] } ], "bundled": true }