digetpay_plugin 0.1.0 copy "digetpay_plugin: ^0.1.0" to clipboard
digetpay_plugin: ^0.1.0 copied to clipboard

Pure-Dart DigetPay payment plugin: hosted (PCI-safe) checkout via WebView plus transaction management over the DigetPay REST API.

0.1.0 #

  • Initial DigetPay release (pure Dart).
  • DigetPaySdk facade with initialize() + init-guard.
  • Hosted, PCI-safe card checkout via cardPay() (WebView) — POST /payment/checkout/intiate + GET /payment/checkout/status.
  • Money movement: capture, voidd, refund.
  • Transaction queries: getTransactions, getTransactionById (typed Transaction / PageDto).
  • Typed DigetPayResponse normalizing the backend {code, message, errorCode, data} envelope.
  • Guarded stubs (no backend endpoint yet): sale (S2S card — disabled for PCI), applePay, externalPayment, recurring, getTransactionByOrderId, getTransactionByRrn.
1
likes
0
points
257
downloads

Publisher

unverified uploader

Weekly Downloads

Pure-Dart DigetPay payment plugin: hosted (PCI-safe) checkout via WebView plus transaction management over the DigetPay REST API.

Homepage

License

unknown (license)

Dependencies

flutter, http, uuid, webview_flutter

More

Packages that depend on digetpay_plugin

Packages that implement digetpay_plugin