{"id":26064804,"url":"https://github.com/syncano/syncano-socket-stripe-payments","last_synced_at":"2026-04-21T19:33:17.778Z","repository":{"id":77440741,"uuid":"113331053","full_name":"Syncano/syncano-socket-stripe-payments","owner":"Syncano","description":"Stripe offers payment solutions for businesses.","archived":false,"fork":false,"pushed_at":"2018-04-25T09:02:50.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-08T12:44:25.407Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Syncano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-06T15:10:19.000Z","updated_at":"2018-04-25T09:02:52.000Z","dependencies_parsed_at":"2023-02-26T10:45:18.847Z","dependency_job_id":null,"html_url":"https://github.com/Syncano/syncano-socket-stripe-payments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Syncano/syncano-socket-stripe-payments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncano%2Fsyncano-socket-stripe-payments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncano%2Fsyncano-socket-stripe-payments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncano%2Fsyncano-socket-stripe-payments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncano%2Fsyncano-socket-stripe-payments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syncano","download_url":"https://codeload.github.com/Syncano/syncano-socket-stripe-payments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syncano%2Fsyncano-socket-stripe-payments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32106661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-03-08T18:49:24.252Z","updated_at":"2026-04-21T19:33:17.770Z","avatar_url":"https://github.com/Syncano.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syncano Socket stripe-payments\n[![CircleCI](https://circleci.com/gh/Syncano/syncano-socket-stripe-payments.svg?style=svg)](https://circleci.com/gh/Syncano/syncano-socket-stripe-payments)\n\nStripe offers payment solutions for businesses.\n\n### Current Features\nExecute the following processes with Stripe\n\n| Process       | Actions      \n| ------------- |----------\n| Balance       | - Retrieve balance\u003cbr/\u003e- Retrieve a balance Transactions\u003cbr/\u003e- List all balance history\n| Bank Account  | - Create a bank account\u003cbr/\u003e- Retrieve a bank account\u003cbr/\u003e-  Update a bank account\u003cbr/\u003e- Verify a bank account\u003cbr/\u003e- Delete a bank account\u003cbr/\u003e- List all bank accounts\n| Cards         | - Create a card\u003cbr/\u003e- Retrieve a card\u003cbr/\u003e- Update a card\u003cbr/\u003e- Delete a card\u003cbr/\u003e- List all cards\n| Charge        | - Create a charge\u003cbr/\u003e- Retrieve a charge\u003cbr/\u003e- Update a charge\u003cbr/\u003e- Capture a charge\u003cbr/\u003e- List all charges\n| Customers     | - Create a customer\u003cbr/\u003e- Retrieve a customer\u003cbr/\u003e- Update a customer\u003cbr/\u003e- Delete a customer\u003cbr/\u003e- List all customers\n| Disputes      | - Retrieve a dispute\u003cbr/\u003e- Update a dispute\u003cbr/\u003e- Close a dispute\u003cbr/\u003e- List all disputes\n| Events        | - Retrieve an event\u003cbr/\u003e- List all events\n| Sources       | - Create a source\u003cbr/\u003e- Retrieve a source\u003cbr/\u003e- Update a source\u003cbr/\u003e- Attach a source\u003cbr/\u003e- Dettach a source\n| Tokens        | - Create a card token\u003cbr/\u003e- Create a bank account token\u003cbr/\u003e- Create a PII token\u003cbr/\u003e- Retrieve a token\n\nFor more information, kindly refer to [Stripe Payments API documentation](https://stripe.com/docs/api)\n\n### Install\n\n```\nsyncano-cli add stripe-payments\n```\n\n\n## Socket Documentation\n\nTo view socket endpoints and corresponding parameters, kindly, visit [here](https://syncano.io/#/sockets/stripe-payments)\n\n\n### Contributing\n\n#### How to Contribute\n  * Fork this repository\n  * Clone from your fork\n  * Make your contributions (Make sure your work is well tested)\n  * Create Pull request from the fork to this repo\n\n#### Setting up environment variables\n  * Create a `.envrc` on parent folder\n  * Copy contents of `.envrc.default` file to newly created `.envrc` file and assign appropriate values to the listed variables.\n\n#### Testing\n  * Ensure all your tests are written in the `test` directory\n  * Use the command `npm test` to run tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncano%2Fsyncano-socket-stripe-payments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncano%2Fsyncano-socket-stripe-payments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncano%2Fsyncano-socket-stripe-payments/lists"}