Skip to main content
The Zentra C# SDK provides convenient access to the Zentra API from .NET applications.
The checked-in C# wrapper currently exposes transfers, payments, virtual accounts, logs, and webhook verification. Cards, identity, customers, and wallet helpers are not exposed in the package shown in this repo.

Configuration

Initialize the client with your API key:

Resources

The checked-in C# package currently exposes:
  • client.Transfers: Bank transfers
  • client.Payments: Reviewed public charges, refunds, and saved payment tokens
  • client.VirtualAccounts: Virtual bank accounts
  • client.Logs: API request logs
  • client.Webhooks: Webhook signature verification

Examples

Create a Transfer

Create Charge

Verify Webhook Signature (ASP.NET Core)

Error Handling

The SDK throws typed exceptions for API errors:

Dependency Injection

For ASP.NET Core, register the client in Program.cs:

Source Code

GitHub Repo

View source code

NuGet

Download package