square-dotnet-sdk icon indicating copy to clipboard operation
square-dotnet-sdk copied to clipboard

.NET client library for the Square API

Results 7 square-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

I got following issue throwing from assembly directly. Please have a look at it. _Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'Square.Models.TerminalCheckout' because the type requires a...

Hi, I just started using the SDK and I am pretty weirded out that many properties are of type string. For example `Merchant.CreatedAt` is a string instead of a DateTime,...

Could it be possible to migrate from Newtonsoft.JSON to System.Text.JSON? It's a pain to parse webhook because we need to deserialize them with Newtonsoft.JSON.

I love the explicit model support for API request/response objects, but I haven't been able to find implementations of the Webhook payload classes here (although it seems that other platforms...

enhancement

Can you please fix the documentation regarding the `CustomerCreatingSource` on this page https://github.com/square/square-dotnet-sdk/blob/master/doc/models/customer-creation-source-filter.md The link does not work. But the `IList` works.

documentation

I have been struggling to Moq the Context properties of *Response classes. Because the setters are internal. It would be good to have their builders support it.

I am aware that you have to match the API for other languages, but this RevokeToken API is everything but intuitive in C#. I had to go check your API...

enhancement