{"id":25704834,"url":"https://github.com/aldiwildan77/cryptomus-sdk-go","last_synced_at":"2026-05-15T04:36:05.515Z","repository":{"id":277927503,"uuid":"933945169","full_name":"Aldiwildan77/cryptomus-sdk-go","owner":"Aldiwildan77","description":"Go SDK for Cryptomus – seamless crypto payments integration (payments, payouts, and transaction tracking).","archived":false,"fork":false,"pushed_at":"2026-02-25T19:37:28.000Z","size":121,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-13T10:46:37.616Z","etag":null,"topics":["api","cryptomus","cryptomus-api","cryptomus-sdk","wrapper"],"latest_commit_sha":null,"homepage":"https://doc.cryptomus.com","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/Aldiwildan77.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-02-17T02:31:27.000Z","updated_at":"2025-12-24T06:13:20.000Z","dependencies_parsed_at":"2025-02-17T03:28:09.207Z","dependency_job_id":"e5c11e22-38f0-4c1a-9dd3-a408454e624b","html_url":"https://github.com/Aldiwildan77/cryptomus-sdk-go","commit_stats":null,"previous_names":["aldiwildan77/cryptomus-sdk-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aldiwildan77/cryptomus-sdk-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldiwildan77%2Fcryptomus-sdk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldiwildan77%2Fcryptomus-sdk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldiwildan77%2Fcryptomus-sdk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldiwildan77%2Fcryptomus-sdk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aldiwildan77","download_url":"https://codeload.github.com/Aldiwildan77/cryptomus-sdk-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aldiwildan77%2Fcryptomus-sdk-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":["api","cryptomus","cryptomus-api","cryptomus-sdk","wrapper"],"created_at":"2025-02-25T06:30:38.644Z","updated_at":"2026-05-15T04:36:05.508Z","avatar_url":"https://github.com/Aldiwildan77.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptomus SDK Go\n\nCryptomus SDK Go is a Go library for interacting with the Cryptomus API. You can see the documentation for the Cryptomus API at [https://doc.cryptomus.com/](https://doc.cryptomus.com/).\n\n## Features\n\n- Payments Integration (Create Invoice, Get Invoice, Get Invoices, Cancel Invoice, etc.)\n- Payout Integration (Create Payout, Get Payout, Get Payouts, Cancel Payout, etc.)\n- Recurring Payment Integration (Create Recurring Payment, Get Recurring Payment, Get Recurring, Cancel Recurring Payment, etc.)\n- Webhooks Integration (Verify Webhook, Resend Webhook)\n- Static Wallet\n- Support Balance Information\n- Support Exchange Rate Information\n\n## Installation\n\nTo install the Cryptomus SDK Go, you need to run the following command:\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/Aldiwildan77/cryptomus-sdk-go.svg)](https://pkg.go.dev/github.com/Aldiwildan77/cryptomus-sdk-go)\n\n```bash\ngo get github.com/Aldiwildan77/cryptomus-sdk-go\n```\n\n## Usage\n\nHere is an example of how to use the Cryptomus SDK Go, you can see the full example in the [examples](examples) directory.\n\n### Create Invoice\n\n```go\npackage main\n\nimport (\n \"log\"\n\n cryptomus \"github.com/Aldiwildan77/cryptomus-sdk-go\"\n)\n\nfunc main() {\n sdk := cryptomus.New(\n  cryptomus.WithMerchant(\"fill your merchant id\"),\n  cryptomus.WithPaymentToken(\"fill your payment token\"),\n )\n\n result, err := sdk.CreateInvoice(\u0026cryptomus.CreateInvoiceRequest{\n  Amount:   \"15\",\n  Currency: \"USD\",\n  OrderID:  \"123456\",\n  Lifetime: 3600,\n })\n\n if err != nil {\n  log.Fatal(err)\n }\n\n log.Println(\"Create invoice successfully.\")\n log.Printf(\"Create invoice: %#+v\", result)\n}\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n[Muhammad Wildan Aldiansyah](https://aldiwildan.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faldiwildan77%2Fcryptomus-sdk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faldiwildan77%2Fcryptomus-sdk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faldiwildan77%2Fcryptomus-sdk-go/lists"}