{"id":28268329,"url":"https://github.com/riskified/sdk_net","last_synced_at":"2026-03-01T16:05:00.623Z","repository":{"id":15533257,"uuid":"18267901","full_name":"Riskified/sdk_net","owner":"Riskified","description":"An implementation of the Riskified API implemented in C# for .NET ","archived":false,"fork":false,"pushed_at":"2026-01-12T17:17:28.000Z","size":7783,"stargazers_count":6,"open_issues_count":7,"forks_count":15,"subscribers_count":32,"default_branch":"master","last_synced_at":"2026-01-12T21:54:22.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Riskified.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2014-03-30T16:17:40.000Z","updated_at":"2026-01-12T17:13:08.000Z","dependencies_parsed_at":"2025-12-04T22:04:11.523Z","dependency_job_id":null,"html_url":"https://github.com/Riskified/sdk_net","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/Riskified/sdk_net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Riskified%2Fsdk_net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Riskified%2Fsdk_net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Riskified%2Fsdk_net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Riskified%2Fsdk_net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Riskified","download_url":"https://codeload.github.com/Riskified/sdk_net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Riskified%2Fsdk_net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-05-20T15:12:37.983Z","updated_at":"2026-03-01T16:05:00.590Z","avatar_url":"https://github.com/Riskified.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"sdk_net\n=======\n\nAn implementation of the Riskified API in C# for .NET  \nRefer to the [documentation](http://apiref.riskified.com) for more details.\n\nRunning the sample code\n-----------------------\nAll examples are at the _Riskified.SDK.Sample_ folder. For the basics:\n\n1. Copy the ```Riskified.SDK.Sample.config.example``` and rename to ```Riskified.SDK.Sample.config```\n1. Edit ```Riskified.SDK.Sample.config``` to include your credentials: \n  - **MerchantDomain** - The same domain you use for login at riskified.com\n  - **MerchantAuthenticationToken** - The one you will see in the 'Settings'-\u003e'Advanced Settings' tab in the Riskified webapp\n  - **RiskifiedEnvironment** - `Sandbox` for Sandbox testing or `Production` for Production live work\n1. Build and run the sample project executable\n\nIf you wish to send your own data - Change the model object (Order) in the ```OrderTransmissionExample.cs``` [GenerateOrder method] (https://github.com/Riskified/sdk_net/blob/master/Riskified.SDK.Sample/OrderTransmissionExample.cs#L93)\n\n\nMigrating from older versions (prior to: API v2 - v2.0.0.0)\n-----------------------------------------------------------\n\nAPI Version 2 introduces new features (and breaks some old ones).  \n\n### Orders Gateway ###\n\nThis version represents a shift from data-driven order handling to multiple API endpoints and introduces some new Model objects.  \nEach endpoint/method designed for a specific purpose:\n\n* `/Create` - served by `ordersGateway.Create(Order)`\n* `/Update` - served by `ordersGateway.Update(Order)`\n* `/Submit` - served by `ordersGateway.Submit(Order)`\n* `/Refund` - served by `ordersGateway.PartlyRefund(OrderPartialRefund)`\n* `/Cancel` - served by `ordersGateway.Cancel(OrderCancellation)`\n* `/historical` - served by `ordersGateway.SendHistoricalOrders(Orders)`\n\nWhen migrating from version 1, you'll need to separate the different calls to Riskified's API to support this new process.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friskified%2Fsdk_net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friskified%2Fsdk_net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friskified%2Fsdk_net/lists"}