ErcaspaySDK 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ErcaspaySDK --version 1.0.1                
NuGet\Install-Package ErcaspaySDK -Version 1.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ErcaspaySDK" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErcaspaySDK --version 1.0.1                
#r "nuget: ErcaspaySDK, 1.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ErcaspaySDK as a Cake Addin
#addin nuget:?package=ErcaspaySDK&version=1.0.1

// Install ErcaspaySDK as a Cake Tool
#tool nuget:?package=ErcaspaySDK&version=1.0.1                

alternate text is missing from this package README image

Ercaspay Dotnet SDK. Built with ❣️ by Team Godspeed

View our Presentation Slides

Read our Hackathon Experience

View Package On Nuget Gallery

View Our TypeScript / JavaScript SDK

Table Of Content

Introduction 🚀

Introducing the Ercaspay Dotnet SDK: A Hackathon Innovation in Payment Solutions! 💡🏆

Built during an exciting hackathon sprint, our SDK is crafted on top of the powerful Ercaspay APIs to help developers easily integrate payment solutions into their apps. We’ve designed it to be intuitive, efficient, and super easy to use—no more complex setups or long implementation times. With our SDK, you’ll have everything you need to implement payments smoothly and get back to focusing on what matters most—building amazing products. 🚀

Why Did We Build This? 🤔

During the hackathon, we saw a common challenge developers face: the complexity of integrating payment gateways. Having worked with payment APIs before, I know how frustrating it can be when there’s no SDK, leaving you to manually test the APIs with tools like Postman just to figure out what responses to expect. And even when an SDK exists, many don’t offer proper typing, making it a guessing game when calling methods or properties.

That’s why we built this SDK—to solve all of these problems. But we didn’t stop there. We went the extra mile to ensure it’s not just functional but robust and easy to use. We battle-tested our SDK with over 70 test suites to ensure reliability and performance under real-world conditions. We also added comprehensive documentation to each and every method and property, so users can start integrating right away—without having to read the docs. As you call a method or access a property, you’ll see all the details you need right in your IDE, making it easier than ever to integrate Ercaspay into your projects.

Installation 💿

To install the SDK in your application, you can check the nuget gallery. https://www.nuget.org/packages/ErcaspaySDK. To install ino your projec,

run

dotnet add package ErcaspaySDK --version 1.0.0

Examples

Example 1 Example 2

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 94 12/17/2024
1.0.1 85 12/17/2024
1.0.0 80 12/17/2024

- add multiline env var support