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 transfersclient.Payments: Reviewed public charges, refunds, and saved payment tokensclient.VirtualAccounts: Virtual bank accountsclient.Logs: API request logsclient.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 inProgram.cs:
Source Code
GitHub Repo
View source code
NuGet
Download package