Skip to content
Last updated

Pix Biometria (Android SDK) - Integration Options

Upcoming Release

This documentation covers features from our upcoming release. While the core functionality and workflow described here will remain unchanged, you may notice some refinements before the final release.

Belvo's Pix Biometria Android SDK offers two integration approaches, each suited to different development requirements. This guide helps you evaluate which approach aligns with your project needs.

SDK-Only Integration

The SDK-Only approach provides a complete integration using convenience methods that handle all API communication internally.

  • Automatic API integration - SDK manages all backend communication
  • Built-in polling logic with auto-retry for async operations
  • Unified error handling with SDK-specific exception types
  • OAuth flow management with automatic callback URL parsing
  • Internal risk signal collection

Check out the SDK-Only Integration Guide

SDK + API Integration

The SDK + API approach combines SDK methods for device-specific operations with direct API calls for workflow control.

Check out the SDK + API Integration Guide