{"id":29635036,"url":"https://github.com/fluffy-melli/toss-api","last_synced_at":"2025-10-31T09:51:58.779Z","repository":{"id":305077520,"uuid":"1020850721","full_name":"fluffy-melli/toss-api","owner":"fluffy-melli","description":"이 모듈은 토스페이먼츠 API를 사용하여 결제 승인, 취소, 조회 등의 핵심 기능을 사용할 수 있는 비공식 라이브러리입니다.","archived":false,"fork":false,"pushed_at":"2025-07-18T07:10:06.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T07:58:31.762Z","etag":null,"topics":["api-library","toss","tosspayments"],"latest_commit_sha":null,"homepage":"","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/fluffy-melli.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":"2025-07-16T13:43:52.000Z","updated_at":"2025-07-18T07:09:47.000Z","dependencies_parsed_at":"2025-07-18T08:08:52.189Z","dependency_job_id":null,"html_url":"https://github.com/fluffy-melli/toss-api","commit_stats":null,"previous_names":["fluffy-melli/toss-api"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/fluffy-melli/toss-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffy-melli%2Ftoss-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffy-melli%2Ftoss-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffy-melli%2Ftoss-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffy-melli%2Ftoss-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffy-melli","download_url":"https://codeload.github.com/fluffy-melli/toss-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffy-melli%2Ftoss-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332664,"owners_count":23912663,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-library","toss","tosspayments"],"created_at":"2025-07-21T16:09:15.713Z","updated_at":"2025-10-31T09:51:53.734Z","avatar_url":"https://github.com/fluffy-melli.png","language":"Go","readme":"\n\u003e [!WARNING]\n\u003e 이 프로젝트는 **Toss Payments 비공식 라이브러리** 입니다.\n\nToss Payments API의 Go 클라이언트 라이브러리입니다. 일반결제, 자동결제, 거래내역 조회, 정산내역 조회 등 주요 기능을 제공합니다.\n\n```sh\ngo get -u github.com/fluffy-melli/toss-api\n```\n\n| API 항목 | API 기능 | 구현 여부 | 테스트키 | 실사용키 |\n|---------|--------|-----------|----------|----------|\n| 일반결제 | 결제승인 | O | O | ? (미테스트) |\n| 일반결제 | 결제취소 | O | O | ? (미테스트) |\n| 일반결제 | 주문ID로 결제조회 | O | O | ? (미테스트) |\n| 일반결제 | 결제키로 결제조회 | O | O | ? (미테스트) |\n| 일반결제 | 가상계좌발급 | O | O |  ? (미테스트) |\n| 자동결제 | 자동결제 키발급 | O | O | ? (미테스트) |\n| 자동결제 | 자동결제승인 | O | O | ? (미테스트) |\n| 거래내역 | 거래내역조회 | O | O | ? (미테스트) |\n| 정산내역 | 정산내역조회 | O | X (빈배열 응답) | ? (미테스트) |\n| 정산내역 | 수동정산 | X | X (미구현) | X (미구현) |\n| 지급대행 | 잔액조회 | X | X (미구현) | X (미구현) |\n| 지급대행 | 셀러등록 | X | X (미구현) | X (미구현) |\n| 지급대행 | 셀러수정 | X | X (미구현) | X (미구현) |\n| 지급대행 | 셀러삭제 | X | X (미구현) | X (미구현) |\n| 지급대행 | 셀러단건조회 | X | X (미구현) | X (미구현) |\n| 지급대행 | 셀러조회 | X | X (미구현) | X (미구현) |\n| 지급대행 | 지급대행요청 | X | X (미구현) | X (미구현) |\n| 지급대행 | 지급대행요청취소 | X | X (미구현) | X (미구현) |\n| 지급대행 | 지급요청단건조회 | X | X (미구현) | X (미구현) |\n| 지급대행 | 지급요청조회 | X | X (미구현) | X (미구현) |\n| 프로모션 | 전체프로모션조회 | X | X (미구현) | X (미구현) |\n| 프로모션 | 카드프로모션조회 | X | X (미구현) | X (미구현) |\n| 현금영수증 | 현금영수증발급 | X | X (미구현) | X (미구현) |\n| 현금영수증 | 현금영수증발급취소 | X | X (미구현) | X (미구현) |\n| 현금영수증 | 현금영수증조회 | X | X (미구현) | X (미구현) |\n\n자세한 API 문서는 [Toss Payments 공식 API 레퍼런스](https://docs.tosspayments.com/reference)를 참고하세요.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffy-melli%2Ftoss-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffy-melli%2Ftoss-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffy-melli%2Ftoss-api/lists"}