{"id":24774972,"url":"https://github.com/tekpriest/paystack-node","last_synced_at":"2025-10-08T16:59:36.630Z","repository":{"id":41873348,"uuid":"434940132","full_name":"tekpriest/paystack-node","owner":"tekpriest","description":"Paystack SDK written in Typescript","archived":false,"fork":false,"pushed_at":"2025-09-02T19:18:28.000Z","size":633,"stargazers_count":43,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-19T05:27:02.266Z","etag":null,"topics":["paystack","sdk","tooling","tools","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/paystack-sdk","language":"TypeScript","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/tekpriest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-04T15:37:17.000Z","updated_at":"2025-09-02T19:18:31.000Z","dependencies_parsed_at":"2024-01-05T22:24:12.475Z","dependency_job_id":"41c76986-f655-4acd-8de0-c81762542db9","html_url":"https://github.com/tekpriest/paystack-node","commit_stats":null,"previous_names":["en1tan/paystack-node"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/tekpriest/paystack-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekpriest%2Fpaystack-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekpriest%2Fpaystack-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekpriest%2Fpaystack-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekpriest%2Fpaystack-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tekpriest","download_url":"https://codeload.github.com/tekpriest/paystack-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekpriest%2Fpaystack-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981511,"owners_count":26079640,"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-08T02:00:06.501Z","response_time":56,"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":["paystack","sdk","tooling","tools","typescript"],"created_at":"2025-01-29T06:31:33.018Z","updated_at":"2025-10-08T16:59:36.626Z","avatar_url":"https://github.com/tekpriest.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paystack SDK\n\n#### Why Another [Paystack](https://paystack.com) Package?\n\nExisting Paystack libraries are either outdated, lack modern features, or fail to support TypeScript. This package addresses these gaps by providing:  \n-  Full TypeScript support for type safety and better developer experience.\n-  A modern, actively maintained library aligned with Paystack’s latest API updates.\n-  Clean, intuitive APIs designed for ease of use.  \n\n### Installation\n\nFor Yarn\n`yarn add paystack-sdk`\n\nFor NPM\n`npm install paystack-sdk`\n\n### Usage\n\nFor Typescript\n\n```typescript\nimport {Paystack} from 'paystack-sdk';\n\nconst paystack = new Paystack(\"secret_key\");\n```\n\nFor Javscript\n\n```javascript\nconst Paystack = require('paystack-sdk').Paystack;\nconst paystack = new Paystack('secret_key');\n```\n\nOR\n\n```javascript\nconst { Paystack } = require('paystack-sdk');\nconst paystack = new Paystack('secret_key');\n```\n\nAll methods use promise meaning you can either use the `async...await` or `then...catch` or `try...catch`\n\n### Modules\n\n- [x] Charge\n- [x] Customers\n- [x] Plans\n- [x] Products\n- [x] Subscriptions\n- [x] Transactions\n- [x] Transfers\n- [x] Dedicated Virtual Accounts\n- [x] Apple Pay\n- [x] Subaccounts\n- [x] Transaction Splits\n- [x] Settlements\n- [x] Invoices\n- [x] Transaction Recipients\n- [x] Transfers Control\n- [x] Bulk Charges\n- [ ] Control Panel\n- [ ] Disputes\n- [x] Refunds\n- [x] Verification\n- [x] Miscellaneous\n\n## CONTRIBUTING\n\nIf you notice a missing function, or maybe a bug. Please feel free to submit\na PR. I will take a look at it.\nYou will need to fork the repo and create a PR against it with your changes.  \nThank you :smile:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekpriest%2Fpaystack-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftekpriest%2Fpaystack-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekpriest%2Fpaystack-node/lists"}