{"id":24396642,"url":"https://github.com/cloudipsp/csharp-sdk","last_synced_at":"2025-10-19T11:07:02.483Z","repository":{"id":38043489,"uuid":"216018280","full_name":"cloudipsp/csharp-sdk","owner":"cloudipsp","description":"Fondy C# SDK","archived":false,"fork":false,"pushed_at":"2023-11-29T16:57:30.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T21:55:12.362Z","etag":null,"topics":["csharp","fondy","payment","payment-gateway","payment-integration","sdk"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudipsp.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}},"created_at":"2019-10-18T12:23:48.000Z","updated_at":"2022-07-08T06:41:24.000Z","dependencies_parsed_at":"2023-11-29T17:45:26.545Z","dependency_job_id":"c6912e48-05b6-476d-8965-20ceed4657f6","html_url":"https://github.com/cloudipsp/csharp-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fcsharp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fcsharp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fcsharp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudipsp%2Fcsharp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudipsp","download_url":"https://codeload.github.com/cloudipsp/csharp-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243345597,"owners_count":20275869,"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","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":["csharp","fondy","payment","payment-gateway","payment-integration","sdk"],"created_at":"2025-01-19T21:54:55.348Z","updated_at":"2025-10-19T11:07:02.367Z","avatar_url":"https://github.com/cloudipsp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPSP C# SDK (beta)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\" src=\"https://avatars0.githubusercontent.com/u/15383021?s=200\u0026v=4\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://www.nuget.org/packages/CloudIpspSDK/\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CloudIpspSDK.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.nuget.org/packages/CloudIpspSDK/\"\u003e\u003cimg src=\"https://img.shields.io/nuget/dt/CloudIpspSDK.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Payment service provider\nA payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods. \n[read more](https://en.wikipedia.org/wiki/Payment_service_provider)\n\n## Installation\n\nSDK availble on [NuGet](https://www.nuget.org/packages/CloudIpspSDK/).\n\n## Requirements\n\nFondy account - [Register here](https://portal.fondy.eu/mportal/#/account/registration)\n\nNewtonsoft.json (JSON.NET)\n\n\n## Simple Start\n```csharp\nusing CloudIpspSDK;\nusing CloudIpspSDK.Checkout;\n\nConfig.MerchantId = 1396424;\nConfig.SecretKey = \"test\";\n\nvar req = new CheckoutRequest {\n  order_id = Guid.NewGuid().ToString(\"N\"),\n  amount = 100000,\n  order_desc = \"checkout json demo\",\n  currency = \"EUR\"\n};\nvar resp = new Url().Post(req);\nif (resp.Error == null) {\n string url = resp.checkout_url;\n}\n```\n# Api\n\nSee [docs](https://docs.fondy.eu/)\n## Examples\nTo check it you can use build-in ISS server\n[http://localhost:7777/](http://localhost:7777/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fcsharp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudipsp%2Fcsharp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudipsp%2Fcsharp-sdk/lists"}