{"id":19848669,"url":"https://github.com/polterguy/stripe","last_synced_at":"2026-03-02T23:33:12.304Z","repository":{"id":337978954,"uuid":"507833711","full_name":"polterguy/stripe","owner":"polterguy","description":"Payment helper Hyperlambda library","archived":false,"fork":false,"pushed_at":"2026-02-12T08:19:59.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T17:32:00.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ainiro.io","language":null,"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/polterguy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-27T08:55:21.000Z","updated_at":"2026-02-12T08:20:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/polterguy/stripe","commit_stats":null,"previous_names":["polterguy/stripe"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/polterguy/stripe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polterguy%2Fstripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polterguy%2Fstripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polterguy%2Fstripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polterguy%2Fstripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polterguy","download_url":"https://codeload.github.com/polterguy/stripe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polterguy%2Fstripe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30025062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T23:31:36.176Z","status":"ssl_error","status_checked_at":"2026-03-02T23:31:20.819Z","response_time":60,"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":"2024-11-12T13:17:57.519Z","updated_at":"2026-03-02T23:33:12.292Z","avatar_url":"https://github.com/polterguy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nPrimary Stripe integration module containing a whole range of workflow actions you can use to integrate\nyour apps with Stripe.\n\n## Workflow actions\n\nThis module contains the following Stripe related workflow actions you can chain together to create your own\ncustom logic.\n\n* stripe-charge-webhook - Webhook action making it easy to create Stripe webhooks to accept callback from Stripe.\n* stripe-charges-get - Returns latest charges, optionally for a specific customer.\n* stripe-customer-create - Creates a new customer in Stripe.\n* stripe-payment-create - Creates a new payment for the specified amount.\n* stripe-payment-link-create - Creates a purchase link and returns to caller.\n* stripe-payment-method-create - Creates a new payment method and associates with some customer.\n* stripe-refund-create - Refunds the specified payment.\n* stripe-subscription-create - Creates a new subscription based upon a price reference.\n* stripe-subscription-delete - Deletes the specified subscription.\n\n## Configuration\n\nYou'll need one configuration setting, being your Stripe API token. This will typically look like the following in your configuration.\n\n```json\n{\n  \"magic\": {\n    \"stripe\": {\n      \"token\": \"sk_test_XYZXYZ\"\n    }\n  }\n}\n\n```\n\nNotice, the above token is (obviously) just some random garbage. You'll have to login to your\nStripe dashboard to actually retrieve your real token. If you use your test token, all data\nwill automatically be created in Stripe's sandbox environment if you want to test your integration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolterguy%2Fstripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolterguy%2Fstripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolterguy%2Fstripe/lists"}