{"id":19542295,"url":"https://github.com/ruffrey/node-paysimple","last_synced_at":"2026-04-18T03:31:41.154Z","repository":{"id":28911898,"uuid":"32436827","full_name":"ruffrey/node-paysimple","owner":"ruffrey","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-14T02:32:37.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T05:26:37.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ruffrey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-18T03:56:24.000Z","updated_at":"2017-08-14T02:20:30.000Z","dependencies_parsed_at":"2022-09-03T09:03:00.855Z","dependency_job_id":null,"html_url":"https://github.com/ruffrey/node-paysimple","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ruffrey/node-paysimple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fnode-paysimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fnode-paysimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fnode-paysimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fnode-paysimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffrey","download_url":"https://codeload.github.com/ruffrey/node-paysimple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fnode-paysimple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T03:14:04.000Z","updated_at":"2026-04-18T03:31:41.132Z","avatar_url":"https://github.com/ruffrey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pre-release - pre-alpha - untested\n---\n# PaySimple community library for Node.js\n\nThis is an unofficial library.\n\nPaySimple documentation can be found on their website:\nhttp://developer.paysimple.com/documentation/\n\nRead the [PaySimple docs](http://developer.paysimple.com/documentation/)\nto learn which body parameters required for each method.\n\n\nPull requests welcome. Please write tests and ensure the\nPR conforms to the JSCS and JSHint standards.\n\n```bash\nnpm run jscs\nnpm run jshint\n```\n\n# Usage\n\n\n```javascript\nvar PaySimple = require('paysimple');\nvar pay = new PaySimple({ accessid: 'kasjdflkasjd', key: '023i49sdfkl32' });\n\npay.setDevmode(); // to use the sandbox endpoint\n\n```\n\n## Debugging the library and HTTP traffic\n\nRunning with the environment variable `DEBUG=pay*` will print the HTTP\nrequests and responses.\n\nFor example, if your application is `app.js`:\n```bash\nDEBUG=pay* node app.js\n```\n\n\n# Testing\n\n```bash\ncp test/credentials.example.json test/credentials.json\n```\n\nThen add your credentials to `./test/credentials.json`.\nThis file is excluded from source control.\n\n## Running the tests\n\n```bash\nnpm run unit\nnpm run functional\nnpm test # everything\n```\n\n## Debugging the tests\n\nRun with `DEBUG=pay*` environment variable.\n\n```bash\nDEBUG=pay* npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fnode-paysimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffrey%2Fnode-paysimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fnode-paysimple/lists"}