{"id":23169720,"url":"https://github.com/muaath5/teststripepaymentbot","last_synced_at":"2026-04-30T07:40:37.368Z","repository":{"id":183732573,"uuid":"361980478","full_name":"Muaath5/TestStripePaymentBot","owner":"Muaath5","description":"The source code of the Telegram bot: @TestStipePaymentBot, By Muaath Alqarni https://t.me/Muaath_5","archived":false,"fork":false,"pushed_at":"2021-05-04T02:50:21.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T22:45:10.028Z","etag":null,"topics":["bot","heroku-app","payment","php","stripe","telegram-bot","telegram-bot-example","telegram-bot-source-code","telegram-payment"],"latest_commit_sha":null,"homepage":"https://t.me/TestStripePaymentBot","language":"PHP","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/Muaath5.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,"governance":null}},"created_at":"2021-04-27T04:31:38.000Z","updated_at":"2023-05-29T22:25:57.000Z","dependencies_parsed_at":"2023-07-25T15:59:47.851Z","dependency_job_id":null,"html_url":"https://github.com/Muaath5/TestStripePaymentBot","commit_stats":null,"previous_names":["muaath5/teststripepaymentbot"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Muaath5/TestStripePaymentBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muaath5%2FTestStripePaymentBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muaath5%2FTestStripePaymentBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muaath5%2FTestStripePaymentBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muaath5%2FTestStripePaymentBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muaath5","download_url":"https://codeload.github.com/Muaath5/TestStripePaymentBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muaath5%2FTestStripePaymentBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32458237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["bot","heroku-app","payment","php","stripe","telegram-bot","telegram-bot-example","telegram-bot-source-code","telegram-payment"],"created_at":"2024-12-18T03:19:29.440Z","updated_at":"2026-04-30T07:40:37.338Z","avatar_url":"https://github.com/Muaath5.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TestStripePaymentBot\nThis is the source code of the Telegram bot: [@TestStipePaymentBot](https://t.me/TestStripePaymentBot), By [Muaath Alqarni](https://t.me/Muaath_5).\nThis bot is based on Bot API 5.2, And uses Payments 2.0.\nIf you need a translitions of the bot, You can see the versions below from this source:\n* [@TestStipePaymentBot](https://t.me/TestStripePaymentBotAr)\n\nIf you want to add a translition, Send to [Muaath Alqarni](https://t.me/Muaath_5) in English, with `settings.json` file contains all translitions.\n\n## Bot commands\n| Command     | Description                                                       | Allowed users | Style                              |\n|-------------|-------------------------------------------------------------------|---------------|------------------------------------| \n| `/start`    | Sends start message with Main bot keyboard                        | Any           | `/start`                           |\n| `/invoice`  | Sends main Invoice in `settings.json`                             | Any           | `/invoice` \u0026 `/invoice {$payload}` |\n| `/inline`   | Sends a message with an `InlineKeyboardMarkup` for inline queries | Any           | `/inline` \u0026 `/start inline`        |\n| `/project`  | Returns the developer info and the Github source code repo link   | Any           | `/project` \u0026 `/start project`      |\n| `/help`     | Returns info about commands and what can bot do                   | Any           | `/help` \u0026 `/start help`            |\n| `/settings` | Returns info about current invoices                               | Admin         | `/settings`                        |\n| `/admin`    | Shows admin keyboard (Selective)                                  | Admin         | `/addinv {$JSON}`                  |\n| `/addinv`   | Adds an invoice                                                   | Creator       | `delinv {$payload}`                |\n| `/delinv`   | Deletes an invoice by payload\n\n\n## FAQ\n| Question                            | Answer |\n|-------------------------------------|--------|\n| What's used Bot API version?        | 5.2    |\n| What's the project language         | PHP.   |\n| Where's The Bot hosted in           | [Heroku](https://heroku.com) |\n| Does it needs a database?           | No, It only uses `settings.json` file to store invoices and translitions |\n| Which library is used?              | `telegram-bot-api.php` file |\n| Is the Bot supports inline queries? | Yes.   |\n| Does it real payment?               | No, It's a test payment, But you can import the bot to a real payment bot. |\n| Can the Bot get the payment info?   | No, It's not accessed by Bot API. You can check the source code file. |\n| What's the data that bot collects?  | The bot collects User info, Shipping info, Invoice info. |\n| Which place bot stores the data in? | The bots sends the data to the _Logs chat id_, It could be a channel or a group or a private chat. |\n\n## How the bot works?\nThe bot is getting updates using _webhook_ via `webhook.php` file.\nFor more info, Read: [How @TestStipePaymentBot works?](url).\n\n## Import the bot\nAnyone can import the bot, But developer suggested to import the bot to your own bot.\nRead: [How to import @TestStripePaymentBot to my own real?](url).\n\n## Issues \u0026 Pull requests\nIssues are welcome.\n\nPull requests are welcome, but should follow these instructions:\n1. Link the pull request with an opened issue.\n2. Contains **Only** one fix/feature implement.\n\nQuestions should be in [Discussion tab](url), Not an issues.\n\n## License\nThis project is under [MIT License](), By Muaath Alqarni.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuaath5%2Fteststripepaymentbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuaath5%2Fteststripepaymentbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuaath5%2Fteststripepaymentbot/lists"}