{"id":22533513,"url":"https://github.com/vectormike/payment-module","last_synced_at":"2025-07-30T12:33:08.549Z","repository":{"id":101868961,"uuid":"494166185","full_name":"Vectormike/payment-module","owner":"Vectormike","description":"Payment module for Braintree, Paypal, Stripe and more","archived":false,"fork":false,"pushed_at":"2022-06-15T08:16:50.000Z","size":1447,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T05:43:05.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Vectormike.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}},"created_at":"2022-05-19T17:23:00.000Z","updated_at":"2023-03-17T13:01:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f49d19a-d4d3-409e-a889-5dc0794bb7df","html_url":"https://github.com/Vectormike/payment-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vectormike/payment-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fpayment-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fpayment-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fpayment-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fpayment-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vectormike","download_url":"https://codeload.github.com/Vectormike/payment-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vectormike%2Fpayment-module/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867803,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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-12-07T09:08:32.696Z","updated_at":"2025-07-30T12:33:08.497Z","avatar_url":"https://github.com/Vectormike.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Usage\n\n```js\nconst PaymentServices = require('47-billion-payments');\n\nconst paymentServices = new PaymentServices({\n\tsecretKey: process.env.SECRET_KEY,\n\tpublicKey: process.env.PUBLIC_KEY,\n\tsandbox: true, // For sandbox mode defaults to false\n});\n\ntry {\n\tconst res = await paymentServices.braintree.createPayment({ amount: '500', creditCard: { expirationDate: '', number: '' } });\n\tif (res.status === 200) {\n\t\t// Successful\n\t}\n} catch (err) {\n\tif (!err.response) {\n\t\t// No response from the server\n\t\t// Bad network\n\t} else {\n\t\t//  Response was returned from the server\n\t\t// ...\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectormike%2Fpayment-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectormike%2Fpayment-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectormike%2Fpayment-module/lists"}