{"id":21961732,"url":"https://github.com/longern/manual-payment","last_synced_at":"2025-03-22T20:27:14.755Z","repository":{"id":46604624,"uuid":"515481434","full_name":"longern/manual-payment","owner":"longern","description":"Manual payment method with customizable instruction","archived":false,"fork":false,"pushed_at":"2022-07-19T09:15:30.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T00:28:35.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://manual-payment.pages.dev/","language":"HTML","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/longern.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}},"created_at":"2022-07-19T07:30:47.000Z","updated_at":"2022-07-19T08:57:58.000Z","dependencies_parsed_at":"2022-08-28T09:03:57.094Z","dependency_job_id":null,"html_url":"https://github.com/longern/manual-payment","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/longern%2Fmanual-payment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fmanual-payment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fmanual-payment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fmanual-payment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longern","download_url":"https://codeload.github.com/longern/manual-payment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245017075,"owners_count":20547728,"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":[],"created_at":"2024-11-29T10:17:41.584Z","updated_at":"2025-03-22T20:27:14.733Z","avatar_url":"https://github.com/longern.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manual Payment\nWeb API manual payment method with customizable instructions.\n\nNo actual payments happen. It just redirects to your page which shows payment instructions.\n\n## Example\n```js\nconst paymentRequest = new PaymentRequest(\n  [{\n    supportedMethods: \"https://manual-payment.pages.dev/\",\n    data: { redirect_url: \"https://google.com\" },\n  }],\n  {\n    total: {\n      label: \"Total\",\n      amount: {\n        currency: \"USD\",\n        value: \"1.00\",\n      },\n    },\n  }\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fmanual-payment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongern%2Fmanual-payment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fmanual-payment/lists"}