{"id":20141482,"url":"https://github.com/michaelborn/cfplaid","last_synced_at":"2026-03-19T14:05:51.806Z","repository":{"id":43038481,"uuid":"381213893","full_name":"michaelborn/cfPlaid","owner":"michaelborn","description":"CFML wrapper for the Plaid API","archived":false,"fork":false,"pushed_at":"2023-08-27T23:34:09.000Z","size":414,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T07:56:43.698Z","etag":null,"topics":["api-wrapper","cfml","coldbox-modules","plaid-api"],"latest_commit_sha":null,"homepage":"https://michaelborn.github.io/cfPlaid/","language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelborn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-29T02:17:06.000Z","updated_at":"2023-01-31T18:59:09.000Z","dependencies_parsed_at":"2025-01-13T10:27:11.518Z","dependency_job_id":"c62cc7d6-c931-4af1-878a-f0b329c12edd","html_url":"https://github.com/michaelborn/cfPlaid","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/michaelborn/cfPlaid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcfPlaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcfPlaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcfPlaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcfPlaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/cfPlaid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2FcfPlaid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261995756,"owners_count":23242204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","cfml","coldbox-modules","plaid-api"],"created_at":"2024-11-13T21:57:28.032Z","updated_at":"2026-02-03T16:11:12.464Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cfPlaid\n\nIntegrate with the [Plaid API](https://plaid.com/docs/api/) from CFML.\n\n[![Release](https://github.com/michaelborn/cfPlaid/actions/workflows/release.yml/badge.svg)](https://github.com/michaelborn/cfPlaid/actions/workflows/release.yml)\n\n## Features\n\n* Basic Account requests\n* More coming soon!\n\n## Setup\n\n1. Install this module in your app - `box install cfPlaid`\n2. Add the required configuration either via environment variables OR module settings\n\n## Configuration\n\nThere are two ways to configure API credentials for cfPlaid:\n\n1. Using a [`.env` file](#env-file-and-commandbox-dotenv)\n2. Using [Module Settings](#module-settings)\n\n### Env File and `commandbox-dotenv`\n\n```bash\n# Plaid API creds\nPLAID_URL=https://sandbox.plaid.com\n\n# Plaid keys\nPLAID_CLIENT_ID=123_FIXME\nPLAID_CLIENT_SECRET=456_FIXME\n```\n\n### Module Settings\n\nAdd the following to `config/ColdBox.cfc` and update as necessary:\n\n```js\nmoduleSettings = {\n    cfPlaid = {\n        api_url          : \"https://sandbox.plaid.com\",\n        api_client_id    : \"123_FIXME\",\n        api_client_secret: \"456_FIXME\"\n    }\n}\n```\n\n## API Docs\n\nThe cfPlaid class documentation is auto-generated via [DocBox](https://docbox.ortusbooks.com/) and hosted on Github Pages at [michaelborn.github.io/cfPlaid/](https://michaelborn.github.io/cfPlaid/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcfplaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fcfplaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fcfplaid/lists"}