{"id":24129325,"url":"https://github.com/emmo00/payment-notify-service-ts","last_synced_at":"2026-06-04T21:31:11.728Z","repository":{"id":217021347,"uuid":"742792558","full_name":"Emmo00/payment-notify-service-ts","owner":"Emmo00","description":"This service notifies you by email whenever you have a successful payment made to your FLUTTERWAVE account.","archived":false,"fork":false,"pushed_at":"2024-01-13T20:24:24.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T05:17:57.655Z","etag":null,"topics":["email","flutterwave","nodemailer","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/Emmo00/payment-notify-service","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/Emmo00.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":"2024-01-13T11:38:32.000Z","updated_at":"2024-01-14T15:44:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce12982a-6139-4b8a-aa5d-220c7f246b6f","html_url":"https://github.com/Emmo00/payment-notify-service-ts","commit_stats":null,"previous_names":["emmo00/payment-notify-service-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Emmo00/payment-notify-service-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fpayment-notify-service-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fpayment-notify-service-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fpayment-notify-service-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fpayment-notify-service-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emmo00","download_url":"https://codeload.github.com/Emmo00/payment-notify-service-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fpayment-notify-service-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33920234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["email","flutterwave","nodemailer","typescript"],"created_at":"2025-01-11T19:31:22.614Z","updated_at":"2026-06-04T21:31:11.711Z","avatar_url":"https://github.com/Emmo00.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# payment-notify-service-ts\n\n\u003e My attempt to convert [payment-notify-service](https://github.com/Emmo00/payment-notify-service) to a Typescript project.\n\nThis service notifies you by email whenever you have a successful payment made to your `FLUTTERWAVE` account.\n\n## Tech Stack\n\n- Node.js\n- Express.js\n- Nodemailer, Sendinblue\n\n## Endpoints\n\n```txt\nGET /api/status - Status Ping\nPOST /api/webhook-callback - Webhook Callback\n```\n\n## Environment Variables\n\n```txt\nNODE_ENV=\nPORT=\nCORS_ORIGIN=\n\nSENDINBLUE_API_KEY=\nEMAIL_FROM=\nEMAIL_TO=\n\nFLW_PUBLIC_KEY=\nFLW_SECRET_KEY=\nFLW_SECRET_HASH=\n```\n\n## Get it started\n\nClone Repo.\n\n```bash\ngit clone \u003crepo url\u003e\n```\n\nInstall deps.\n\n```bash\nnpm install\n```\n\ncreate a file called `.env` in the root of the project and fill in the environment variables\n\nCreate a file in to root of the directory called `db.json`, and add the following content to it, than save:\n\n```json\n{ \"transactions\": [] }\n```\n\nStart Project\n\n```bash\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fpayment-notify-service-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmo00%2Fpayment-notify-service-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fpayment-notify-service-ts/lists"}