flutter_zoho_payments 0.2.0
flutter_zoho_payments: ^0.2.0 copied to clipboard
A Flutter plugin for integrating Zoho Payments SDK. Currently supports Android platform with payment processing, UPI, card, and net banking payment methods.
Changelog #
0.2.0 - 2024-12-28 #
0.1.0 - 2024-12-28 #
Initial Release #
- Android platform support for Zoho Payments SDK
- Support for UPI, Card, and Net Banking payment methods
- Initialize SDK with API key and Account ID
- Start payment flow with customizable payment request
- Comprehensive error handling and result callbacks
- Type-safe Dart API with null safety support
- Example application demonstrating usage