fl_openpay 0.0.1 copy "fl_openpay: ^0.0.1" to clipboard
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 + redirectUrl on charges.
  • ProGuard/R8 rules included for Android release builds.
  • Example app with full tokenization flow.
0
likes
150
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Openpay payment gateway. Supports card tokenization, device fingerprinting, and 3D Secure for iOS and Android.

Repository (GitHub)
View/report issues

Topics

#payments #openpay #tokenization #subscriptions

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fl_openpay

Packages that implement fl_openpay