fl_openpay 0.0.1
fl_openpay: ^0.0.1 copied to clipboard
Flutter plugin for Openpay payment gateway. Supports card tokenization, device fingerprinting, and 3D Secure for iOS and Android.
0.0.1 #
- Initial release.
- Native SDK integration (via Pigeon):
- Card tokenization (Android v3.0.1, iOS v3.2.1).
- Device session ID generation for anti-fraud.
- REST API client (
OpenpayApi):- Charges: create, get, capture (pre-auth), refund (full/partial), list. Merchant and customer level.
- Customers: create, get, update, delete, list.
- Cards: store from token, get, delete, list. Merchant and customer level.
- Plans: create, get, update, delete, list. Support for trial days, retry config.
- Subscriptions: create, get, update, cancel, list. Support for trial periods, soft cancel.
- Multi-country support: Mexico, Colombia, Peru.
- Typed exception hierarchy for both native SDK and REST API errors.
- 3D Secure support via
use3dSecure+redirectUrlon charges. - ProGuard/R8 rules included for Android release builds.
- Example app with full tokenization flow.