{"id":13630647,"url":"https://github.com/marcbachmann/stripe-create-charge","last_synced_at":"2025-09-13T23:32:11.983Z","repository":{"id":66338206,"uuid":"114051729","full_name":"marcbachmann/stripe-create-charge","owner":"marcbachmann","description":"A microservice to charge a credit card using a stripe token retrieved in a client side checkout process.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:32:53.000Z","size":22,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T04:50:25.651Z","etag":null,"topics":["charge","checkout","credit-card-payments","stripe"],"latest_commit_sha":null,"homepage":"","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/marcbachmann.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}},"created_at":"2017-12-12T23:56:26.000Z","updated_at":"2024-09-05T19:37:54.000Z","dependencies_parsed_at":"2024-01-14T09:00:31.054Z","dependency_job_id":null,"html_url":"https://github.com/marcbachmann/stripe-create-charge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fstripe-create-charge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fstripe-create-charge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fstripe-create-charge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fstripe-create-charge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbachmann","download_url":"https://codeload.github.com/marcbachmann/stripe-create-charge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232931886,"owners_count":18598663,"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":["charge","checkout","credit-card-payments","stripe"],"created_at":"2024-08-01T22:01:52.029Z","updated_at":"2025-01-07T20:07:08.535Z","avatar_url":"https://github.com/marcbachmann.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# stripe-create-charge\n\nA microservice to charge a credit card using a stripe token retrieved in a client side checkout process.\nSee https://stripe.com/docs/checkout/tutorial for more details.\n\n\n## Run\n\n```bash\ndocker run -it --rm -e STRIPE_SECRET=sk_your_secret -p 8080:8080 marcbachmann/stripe-create-charge\ncurl -XPOST http://localhost:8080/charge -H 'Content-Type: application/json' -d '{\"amount\": 1000, \"currency\": \"usd\", \"description\": \"some description\", \"source\": \"tokenretrievedfromstripe\"}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fstripe-create-charge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbachmann%2Fstripe-create-charge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fstripe-create-charge/lists"}