The checked-in Android wrapper currently exposes transfers, payments, virtual accounts, logs, and webhook verification. It does not currently expose cards or identity helpers in the package shown in this repo.
Configuration
Create a client with your API key:Resources
Access resources through yourZentra instance:
zentra.transfers: Bank transferszentra.payments: Reviewed public charges, refunds, and saved payment tokenszentra.virtualAccounts: Virtual bank accountszentra.logs: API request logszentra.webhooks: Webhook signature verification
Examples
Create a Transfer
Create Charge
Coroutines Support
The SDK supports Kotlin Coroutines for async operations:Webhook Verification
The checked-in Android wrapper is API-first. Build your checkout UI in Compose or Views, then pair it with reviewed payment helpers and webhook verification:Source Code
GitHub Repo
View source code
Maven Central
Download package