{"id":18340203,"url":"https://github.com/momi-foundation-coding/paystack-gateway","last_synced_at":"2025-10-17T00:32:24.743Z","repository":{"id":62196017,"uuid":"556761782","full_name":"momi-foundation-coding/paystack-gateway","owner":"momi-foundation-coding","description":"Paystack API Gateway wrapper for all API in Paystack","archived":false,"fork":false,"pushed_at":"2022-11-21T10:45:21.000Z","size":105,"stargazers_count":10,"open_issues_count":0,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T18:36:12.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/momi-foundation-coding.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-10-24T13:17:20.000Z","updated_at":"2023-04-28T03:12:30.000Z","dependencies_parsed_at":"2023-01-23T01:30:33.061Z","dependency_job_id":null,"html_url":"https://github.com/momi-foundation-coding/paystack-gateway","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/momi-foundation-coding/paystack-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momi-foundation-coding%2Fpaystack-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momi-foundation-coding%2Fpaystack-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momi-foundation-coding%2Fpaystack-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momi-foundation-coding%2Fpaystack-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/momi-foundation-coding","download_url":"https://codeload.github.com/momi-foundation-coding/paystack-gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/momi-foundation-coding%2Fpaystack-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279260713,"owners_count":26136176,"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-10-16T02:00:06.019Z","response_time":53,"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-11-05T20:21:34.154Z","updated_at":"2025-10-17T00:32:24.722Z","avatar_url":"https://github.com/momi-foundation-coding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![npm](https://img.shields.io/npm/dt/paystack-gateway?style=for-the-badge)\n# Paystack Gateway\n\nThis is a wrapper that is used to make it easy to interface with Paystack API. \n\n# How To Use\n\nnpm\n\n`npm i paystack-gateway`\n\nyarn \n\n`yarn add paystack-gateway`\n\n# Sample Code \n\nApart from the example below, other examples can be found inside `real-sample`\n\n```js\nimport Paystack from \"paystack-gateway-test\"\n\nconst paystackInstance = new Paystack(process.env.SECRET_KEY) // secret key should be passed\n\n// Get transactions\nconst queryParams = {\n   perPage: 20\n}\n\nconst transactions = await paystackInstance.transactions.list({ queryParams })\n\n// Initialize transactions\nconst bodyParams = {\n   email: \"ezrqnkemboi@gmail.com\",\n   amount: 20000,\n   currency: \"ZAR\"\n}\nconst initializedTransaction = await paystackInstance.transactions.initialize({ bodyParams: bodyParams })\n\n```\n\n# Contributors\n\u003ca href=\"https://github.com/momi-foundation-coding/paystack-gateway/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=momi-foundation-coding/paystack-gateway\"  width=\"150\" /\u003e\n\u003c/a\u003e\n\n# License\n[MIT](https://github.com/momi-foundation-coding/paystack-gateway/blob/main/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomi-foundation-coding%2Fpaystack-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmomi-foundation-coding%2Fpaystack-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmomi-foundation-coding%2Fpaystack-gateway/lists"}