Configuration
Initialize the client with your API key:Resources
The SDK maps to reviewed API resources as follows:client.payments(): Payment processingclient.transfers(): Bank transfersclient.virtual_accounts(): Virtual bank accountsclient.cards(): Card issuingclient.identity(): KYC verificationclient.webhooks(): Webhook handling
Examples
Create Charge
Verify Webhook Signature
Error Handling
The SDK returnsResult types with typed errors:
Runtime
The current checked-in SDK usesreqwest’s blocking client:
Source Code
GitHub Repo
View source code
crates.io
Download crate