{"id":38813079,"url":"https://github.com/charliemaiors/satispay-client","last_synced_at":"2026-01-17T12:57:16.091Z","repository":{"id":57598667,"uuid":"115333675","full_name":"charliemaiors/satispay-client","owner":"charliemaiors","description":"Implementation of Golang Client in order to interact with Satispay using online api","archived":false,"fork":false,"pushed_at":"2020-11-12T09:37:22.000Z","size":1309,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:36:20.908Z","etag":null,"topics":["client","golang","satispay"],"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/charliemaiors.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}},"created_at":"2017-12-25T11:44:09.000Z","updated_at":"2020-11-12T09:37:25.000Z","dependencies_parsed_at":"2022-08-29T23:52:19.714Z","dependency_job_id":null,"html_url":"https://github.com/charliemaiors/satispay-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charliemaiors/satispay-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliemaiors%2Fsatispay-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliemaiors%2Fsatispay-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliemaiors%2Fsatispay-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliemaiors%2Fsatispay-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charliemaiors","download_url":"https://codeload.github.com/charliemaiors/satispay-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charliemaiors%2Fsatispay-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"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":["client","golang","satispay"],"created_at":"2026-01-17T12:57:15.409Z","updated_at":"2026-01-17T12:57:16.081Z","avatar_url":"https://github.com/charliemaiors.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Satispay golang client\n[![Build Status](https://travis-ci.org/charliemaiors/satispay-client.svg?branch=master)](https://travis-ci.org/charliemaiors/satispay-client)  [![GoDoc](https://godoc.org/charliemaiors/satispay-client?status.svg)](http://godoc.org/github.com/charliemaiors/satispay-client) [![Go Report Card](https://goreportcard.com/badge/github.com/charliemaiors/satispay-client)](https://goreportcard.com/report/github.com/charliemaiors/satispay-client)\n\nThis is the implementation of a client library (written in golang) in order to interact with [Satispay online API](https://s3-eu-west-1.amazonaws.com/docs.online.satispay.com/index.html).\n\n## Usage\n\nIn order to include this client in your project run:\n\n```bash\ngo get github.com/charliemaiors/satispay-client\n```\n\nAnd use it in your code:\n\n```golang\nimport client \"github.com/charliemaiors/satispay-client\"\n\nfunc main(){\n        client, err := client.NewClient(\"your-satispay-token\", false)\n        valid := client.CheckBearer()\n        user, err := client.CreateUser(\"user-phone-number\")\n        ...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliemaiors%2Fsatispay-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharliemaiors%2Fsatispay-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharliemaiors%2Fsatispay-client/lists"}