{"id":34187559,"url":"https://github.com/xendit/xendit-go","last_synced_at":"2026-04-05T01:32:44.638Z","repository":{"id":39600637,"uuid":"229702085","full_name":"xendit/xendit-go","owner":"xendit","description":"Xendit REST API Client for Go - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets Services, QR Codes","archived":false,"fork":false,"pushed_at":"2025-10-01T15:14:16.000Z","size":2065,"stargazers_count":156,"open_issues_count":18,"forks_count":59,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-02-20T11:44:51.174Z","etag":null,"topics":["balance","card","cardless-credit","disbursement","ewallet","go","golang","hacktoberfest","invoice","payment","payment-gateway","payout","qr-payments","recurring-payments","retail-outlet","virtual-account","xendit"],"latest_commit_sha":null,"homepage":"https://developers.xendit.co/api-reference/","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/xendit.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}},"created_at":"2019-12-23T07:41:25.000Z","updated_at":"2026-02-06T22:50:12.000Z","dependencies_parsed_at":"2023-01-30T02:46:07.096Z","dependency_job_id":"b85080b0-98f0-4853-8feb-b526b0b18244","html_url":"https://github.com/xendit/xendit-go","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/xendit/xendit-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fxendit-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fxendit-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fxendit-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fxendit-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xendit","download_url":"https://codeload.github.com/xendit/xendit-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fxendit-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31421869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["balance","card","cardless-credit","disbursement","ewallet","go","golang","hacktoberfest","invoice","payment","payment-gateway","payout","qr-payments","recurring-payments","retail-outlet","virtual-account","xendit"],"created_at":"2025-12-15T15:16:08.889Z","updated_at":"2026-04-05T01:32:44.629Z","avatar_url":"https://github.com/xendit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Xendit Go SDK](images/header.jpg \"Xendit Go SDK\")\n\n# Xendit Go SDK\n\nThe official Xendit Go SDK provides a simple and convenient way to call Xendit's REST API\nin applications written in Go.\n\n* Package version: 7.0.0\n\n# Getting Started\n\n## Installation\n\nInstall xendit-go with:\n\n```shell\ngo get github.com/xendit/xendit-go/v7\n```\n\nPut the package under your project folder and add the following in import:\n\n```golang\nimport xendit \"github.com/xendit/xendit-go/v7\"\n```\n\nTo use a proxy, set the environment variable `HTTP_PROXY`:\n\n```golang\nos.Setenv(\"HTTP_PROXY\", \"http://proxy_name:proxy_port\")\n```\n\n## Authorization\n\nThe SDK needs to be instantiated using your secret API key obtained from the [Xendit Dashboard](https://dashboard.xendit.co/settings/developers#api-keys).\nYou can sign up for a free Dashboard account [here](https://dashboard.xendit.co/register).\n\n```golang\nxnd := xendit.NewClient(\"API-KEY\")\n```\n\n# Documentation\n\nFind detailed API information and examples for each of our product's by clicking the links below,\n\n* [Invoice](docs/InvoiceApi.md)\n* [PaymentRequest](docs/PaymentRequestApi.md)\n* [PaymentMethod](docs/PaymentMethodApi.md)\n* [Refund](docs/RefundApi.md)\n* [Balance](docs/BalanceApi.md)\n* [Transaction](docs/TransactionApi.md)\n* [Customer](docs/CustomerApi.md)\n* [Payout](docs/PayoutApi.md)\n\nAll URIs are relative to *https://api.xendit.co*.  For more information about our API, please refer to *https://developers.xendit.co/*.\n\nFurther Reading\n\n* [Xendit Docs](https://docs.xendit.co/)\n* [Xendit API Reference](https://developers.xendit.co/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxendit%2Fxendit-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxendit%2Fxendit-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxendit%2Fxendit-go/lists"}