ExbilCoreSdk 1.0.7

dotnet add package ExbilCoreSdk --version 1.0.7
                    
NuGet\Install-Package ExbilCoreSdk -Version 1.0.7
                    
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="ExbilCoreSdk" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExbilCoreSdk" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="ExbilCoreSdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ExbilCoreSdk --version 1.0.7
                    
#r "nuget: ExbilCoreSdk, 1.0.7"
                    
#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.
#addin nuget:?package=ExbilCoreSdk&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=ExbilCoreSdk&version=1.0.7
                    
Install as a Cake Tool

ExbilCore SDK

This SDK provides integration with the ExbilCore SSO, Payment Service and OTP services.

Features

  • Multi-factor authentication (SMS, Email, Telegram, Authenticator apps)

  • Authentication: Secure user authentication and token management.

  • Messaging: Send SMS, emails, voice calls, Telegram, and WhatsApp messages.

  • Multi-Factor Authentication (MFA): OTP, email, SMS, and authenticator app support.

  • Payments: Collect and Payout via Orange Money and MTN Mobile Money.

  • API Commands: Unified client for interacting with ExbilCore APIs.

  • SSO token verification

  • Easy integration with ASP.NET Core

  • Payment collection and payout (Orange Money, MTN Mobile Money)

  • Unified API client for ExbilCore services

  • Messaging support (SMS, Email, Voice Call, Telegram, WhatsApp)

NuGet License: MIT

ExbilCoreSdk is a .NET 9 library for integrating ExbilCore authentication, messaging (SMS, Email, Voice Call, Telegram, WhatsApp), multi-factor authentication (MFA), payments (Orange Money, MTN Mobile Money), and API commands into your applications.

Installation

Install via NuGet: Or via the NuGet Package Manager:

Usage

1. Initialize the Client

2. Authentication Example

4. Send Email

6. Collect Payment

7. Payout Payment

8. Send OTP

9. Verify OTP

10. Send Sms

11. Send Email

12. Start OTP Verification with SSO UI

Configuration

Set your API base URL and credentials in ExbilCoreEnv.
Refer to the API documentation for advanced configuration and all available commands.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open issues or submit pull requests on GitHub.

Changelog

Version 1.0.0 to 1.0.5

  • Initial release of ExbilCore SDK.

Version 1.0.6

  • Added support for sending messages (sms and e-mails).
  • Add core features and refactor ExbilCore SDK
  • Refactored ExbilCoreClient into an interface and sealed class, enhancing API call consistency.
  • Updated command classes to utilize the new IExbilCoreClient for improved maintainability.
  • Added new models for SMS and email requests, and enhanced JSON serialization options.
  • Updated project to target .NET 8.0 and added comprehensive documentation in README.md.
  • Improved argument validation with new exception handling extensions.

Version 1.0.7 on 16/06/2025

  • Added support client channel value check before sent: this help to verify that the user know the phone number or email of the subject to verify
  • Added Otp ExpiresOn for in the start and get started otp endpoints.

� SIGPSC

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.7 128 6/16/2025
1.0.6 132 6/15/2025
1.0.5 142 6/14/2025
1.0.4 115 6/14/2025
1.0.3 120 6/14/2025
1.0.2 173 6/13/2025
1.0.1 197 6/13/2025
1.0.0 207 6/13/2025