Skip to main content
The Zentra Android SDK provides convenient access to the Zentra API from Android applications.
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 your Zentra instance:
  • zentra.transfers: Bank transfers
  • zentra.payments: Reviewed public charges, refunds, and saved payment tokens
  • zentra.virtualAccounts: Virtual bank accounts
  • zentra.logs: API request logs
  • zentra.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