{"id":31849985,"url":"https://github.com/ndolestudio/neero-go","last_synced_at":"2025-10-12T11:15:47.281Z","repository":{"id":315787208,"uuid":"1060825539","full_name":"NdoleStudio/neero-go","owner":"NdoleStudio","description":"Go library for the Neero Payment Gateway API","archived":false,"fork":false,"pushed_at":"2025-09-20T20:33:41.000Z","size":25,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T08:50:51.452Z","etag":null,"topics":["neero","payment-api"],"latest_commit_sha":null,"homepage":"https://app.theneo.io/neero/neero-payment-gateway/transaction-intents","language":"Go","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/NdoleStudio.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,"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":"2025-09-20T17:07:56.000Z","updated_at":"2025-09-20T20:33:44.000Z","dependencies_parsed_at":"2025-09-20T19:17:07.724Z","dependency_job_id":"b7dc9f78-859c-41aa-be5f-8b87216d3074","html_url":"https://github.com/NdoleStudio/neero-go","commit_stats":null,"previous_names":["ndolestudio/neero-go"],"tags_count":1,"template":false,"template_full_name":"NdoleStudio/go-http-client","purl":"pkg:github/NdoleStudio/neero-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NdoleStudio%2Fneero-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NdoleStudio%2Fneero-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NdoleStudio%2Fneero-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NdoleStudio%2Fneero-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NdoleStudio","download_url":"https://codeload.github.com/NdoleStudio/neero-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NdoleStudio%2Fneero-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011194,"owners_count":26084899,"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-12T02:00:06.719Z","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":["neero","payment-api"],"created_at":"2025-10-12T11:15:43.457Z","updated_at":"2025-10-12T11:15:47.273Z","avatar_url":"https://github.com/NdoleStudio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neero-go\n\n[![Build](https://github.com/NdoleStudio/neero-go/actions/workflows/main.yml/badge.svg)](https://github.com/NdoleStudio/neero-go/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/NdoleStudio/neero-go/branch/main/graph/badge.svg)](https://codecov.io/gh/NdoleStudio/neero-go)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/NdoleStudio/neero-go/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/NdoleStudio/neero-go/?branch=main)\n[![Go Report Card](https://goreportcard.com/badge/github.com/NdoleStudio/neero-go)](https://goreportcard.com/report/github.com/NdoleStudio/neero-go)\n[![GitHub contributors](https://img.shields.io/github/contributors/NdoleStudio/neero-go)](https://github.com/NdoleStudio/neero-go/graphs/contributors)\n[![GitHub license](https://img.shields.io/github/license/NdoleStudio/neero-go?color=brightgreen)](https://github.com/NdoleStudio/neero-go/blob/master/LICENSE)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/NdoleStudio/neero-go)](https://pkg.go.dev/github.com/NdoleStudio/neero-go)\n\n\nThis package provides a go API client for the Neero Payment Gateway API\n\n## Installation\n\n`neero-go` is compatible with modern Go releases in module mode, with Go installed:\n\n```bash\ngo get github.com/NdoleStudio/neero-go\n```\n\nAlternatively the same can be achieved if you use `import` in a package:\n\n```go\nimport \"github.com/NdoleStudio/neero-go\"\n```\n\n\n## Implemented\n\n- Payment Methods\n  - `POST /api/v1/payment-methods`: Create Payment Method\n  - `POST /api/v1/payment-methods/resolve-details`: Resolve Payment Method Details\n- Balances\n  - `GET /api/v1/balances/payment-method/{paymentMethodId}`: Get Balance for a Payment Method\n- Transaction Intents\n  - `POST /api/v1/transaction-intents/cash-in`: Create Cash In Payment Intent\n  - `POST /api/v1/transaction-intents/cash-out`: Create Cash Out Payment Intent\n  - `GET /api/v1/transaction-intents/{transactionId}`: Find Transaction Intent By Id\n\n## Usage\n\n### Initializing the Client\n\nAn instance of the client can be created using `New()`.\n\n```go\npackage main\n\nimport (\n\t\"github.com/NdoleStudio/neero-go\"\n)\n\nfunc main()  {\n\tclient := neero.New(neero.WithSecretKey(\"\" /*Your Neero merchant account secret key*/))\n}\n```\n\n### Error handling\n\nAll API calls return an `error` as the last return object. All successful calls will return a `nil` error.\n\n```go\nstatus, response, err := statusClient.Status.Ok(context.Background())\nif err != nil {\n    //handle error\n}\n```\n\n## Testing\n\nYou can run the unit tests for this client from the root directory using the command below:\n\n```bash\ngo test -v\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndolestudio%2Fneero-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndolestudio%2Fneero-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndolestudio%2Fneero-go/lists"}