{"id":14980155,"url":"https://github.com/alexk111/debitpay","last_synced_at":"2025-07-15T21:37:00.634Z","repository":{"id":34108636,"uuid":"133964896","full_name":"alexk111/DeBitpay","owner":"alexk111","description":"❇️ DeBitpay is a simple app which decodes Bitpay payment links into Bitcoin transaction requirements, so that you could make the payments with Bitcoin wallets not supporting Bitpay.","archived":false,"fork":false,"pushed_at":"2023-01-06T02:25:12.000Z","size":1585,"stargazers_count":125,"open_issues_count":20,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-20T08:08:45.540Z","etag":null,"topics":["bip70","bitcoin","bitcoin-payment","bitpay","payment-protocol"],"latest_commit_sha":null,"homepage":"https://alexk111.github.io/DeBitpay/","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/alexk111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://mynode.alexkaul.com/gh-donate"}},"created_at":"2018-05-18T14:25:46.000Z","updated_at":"2024-12-20T03:15:17.000Z","dependencies_parsed_at":"2023-01-15T04:45:26.830Z","dependency_job_id":null,"html_url":"https://github.com/alexk111/DeBitpay","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexk111%2FDeBitpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexk111%2FDeBitpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexk111%2FDeBitpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexk111%2FDeBitpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexk111","download_url":"https://codeload.github.com/alexk111/DeBitpay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230554330,"owners_count":18244234,"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":["bip70","bitcoin","bitcoin-payment","bitpay","payment-protocol"],"created_at":"2024-09-24T14:01:22.948Z","updated_at":"2024-12-20T08:08:48.685Z","avatar_url":"https://github.com/alexk111.png","language":"JavaScript","funding_links":["https://mynode.alexkaul.com/gh-donate"],"categories":[],"sub_categories":[],"readme":"## Launch DeBitpay 👉 [https://alexk111.github.io/DeBitpay/](https://alexk111.github.io/DeBitpay/)\n\nDeBitpay is hosted on GitHub via [gh-pages](https://github.com/alexk111/DeBitpay/tree/gh-pages) branch consisting of compiled /dist files.\n\n## DeBitpay\n\nDoes your Bitcoin wallet not support Bitpay payments? DeBitpay is a simple app which decodes Bitpay payment links into Bitcoin transaction requirements, so that you could make the payments with Bitcoin wallets not supporting Bitpay.\n\nIt is basically a nice wrapper around the following code. You could use the below, running on your own system, to verify that the output of the app is showing you the right QR code and that your wallet is reading it properly.\n\n### Equivalent cURL\n```curl -X GET https://bitpay.com/i/$BITPAYINVOICEID -H 'accept: application/payment-request'```\n### Equivalent Python\n```python\nfrom requests import get\nurl = 'https://bitpay.com/i/BITPAYINVOICEID'\nresp = get(url, headers={'Accept' : 'application/payment-request'}).json()\nprint(resp)\n```\n\n## Security Note\n\nDue to a missing header in responses from Bitpay servers I had to skip a hash verification of Bitpay data. More details on [DeBitpay (NodeJS edition) repo](https://github.com/alexk111/DeBitpay-nodejs).\n\n## Installing on your system\n\n### Download\n\n1. [Download DeBitpay](https://github.com/alexk111/DeBitpay/archive/master.zip) from GitHub.\n2. Unpack the downloaded zip and install dependencies:\n\n```\nyarn install\n```\n\n### Build\n\n```\nyarn run build\n```\n\nThe command will build the app in /dist folder.\n\n### Open\n\nGo to /dist folder and open *index.html* with your browser.\n\n## Backers 💝\n\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/0/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/0/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/1/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/1/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/2/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/2/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/3/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/3/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/4/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/4/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/5/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/5/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/6/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/6/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/7/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/7/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/8/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/8/profile)\n[![Backer](https://mynode.alexkaul.com/gh-backer/top/9/avatar/60)](https://mynode.alexkaul.com/gh-backer/top/9/profile)\n\nThank you for your support! 🙌\n\n[[Donate](https://mynode.alexkaul.com/gh-donate)]\n\n## License\n\nMIT © Alex Kaul\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexk111%2Fdebitpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexk111%2Fdebitpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexk111%2Fdebitpay/lists"}