{"id":28606029,"url":"https://github.com/stephenpadams/sezzlesharp","last_synced_at":"2025-10-05T20:15:16.178Z","repository":{"id":30501455,"uuid":"125150717","full_name":"StephenPAdams/SezzleSharp","owner":"StephenPAdams","description":"A Sezzle C# SDK","archived":false,"fork":false,"pushed_at":"2022-12-08T03:43:33.000Z","size":250,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T18:43:10.641Z","etag":null,"topics":["csharp","sdk","sezzle"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/StephenPAdams.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":"2018-03-14T03:37:05.000Z","updated_at":"2019-08-10T18:57:27.000Z","dependencies_parsed_at":"2023-01-14T17:05:35.978Z","dependency_job_id":null,"html_url":"https://github.com/StephenPAdams/SezzleSharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StephenPAdams/SezzleSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenPAdams%2FSezzleSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenPAdams%2FSezzleSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenPAdams%2FSezzleSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenPAdams%2FSezzleSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephenPAdams","download_url":"https://codeload.github.com/StephenPAdams/SezzleSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenPAdams%2FSezzleSharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510949,"owners_count":25999012,"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-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["csharp","sdk","sezzle"],"created_at":"2025-06-11T19:12:20.028Z","updated_at":"2025-10-05T20:15:16.147Z","avatar_url":"https://github.com/StephenPAdams.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SezzleSharp\nA Sezzle C# SDK\n\n[![Build status](https://ci.appveyor.com/api/projects/status/5yixr8hm3n33ej67?svg=true)](https://ci.appveyor.com/project/StephenPAdams/sezzlesharp)\n[![NuGet Version](https://img.shields.io/nuget/v/SixFourThree.SezzleSharp.svg?style=flat-square)](https://www.nuget.org/packages/SixFourThree.SezzleSharp)\n\nThis library is still in development. This SDK will wire up the following endpoints and features from the Sezzle Pay API:\n\n* Authentication POST https://gateway.sezzle.com/v1/authentication - DONE\n* Configuration POST https://gateway.sezzle.com/v1/configuration - DONE\n* Checkouts (Create) POST https://gateway.sezzle.com/v1/checkouts - DONE\n* Checkouts (Complete) POST https://gateway.sezzle.com/v1/checkouts/{order_reference_id}/complete DONE\n* Orders (Details) GET https://gateway.sezzle.com/v1/orders/{order_reference_id} - DONE\n* Orders (Refund) POST https://gateway.sezzle.com/v1/orders/{order_reference_id}/refund - DONE\n* Health GET hhttps://sandbox.gateway.sezzle.com/v1/healthz - DONE\n* Order Webhook modeling - PENDING TESTS\n\n*Pending Sezzle developer support giving information regarding why the shipping address isn't being populated on the Orders (Details) call. Need to ensure it's being saved on checkout create appropriately.\n\n# Sandbox\nIf you’re using Sezzle's sandbox, you’ll need to enter 123123 when doing a checkout (it doesn’t support customer specific phone numbers for text verification…probably for the better). Per their support:\n\nFor more information about the Sezzle sandbox, please see documentation located here: https://docs.sezzle.com/#sandbox\n\n# Customer Shipping Address Notes\nSetting requires_shipping_info to true in the Checkouts endpoint will show a shipping address UI \nin the Sezzle checkout process. The shipping_address is populated from the Orders (detail) endpoint when include_shipping_info is set to true for orders that Sezzle collects the shipping address (when requires_shipping_info is true).\n\nHowever, in the event that the shipping address is collected outside of the Sezzle site and is passed over as a parameter in the shipping_address field in the Checkouts endpoint with requires_shipping_info to true, when calling the Orders (detail) endpoint with include_shipping_info set to false, the shipping_address field has all empty values and not the values that were sent in the Checkouts endpoint. This is apparently by design per Sezzle developer support.\n\n#Changes for v2.0\n\n-major (breaking) functional changes: \n\t- exception thrown from library upon a.) unsuccessful requests b.) timeouts, etc. \n\t- added interpretation of \"order status\".  Your code will not have to parse through the response to determine the state of your order. I determined that based on merchantCompletes flag (createCheckout call) of true or false, certain values would be populated or null when a request to order details is made.  This SezzleSharp library then interprets these 3 dates in OrderDetails to give you the order status.\n-consolidated test projects.\n-Added end to end unit tests.  For these to work, you will have to add your Phone number and pin to the app.config in the tests project.\n-shipping address features untested as we do not use this feature and don't have a way of testing them with our implementation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenpadams%2Fsezzlesharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenpadams%2Fsezzlesharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenpadams%2Fsezzlesharp/lists"}