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

A Flutter checkout UI SDK that initiates payment sessions and returns a redirect URL for web-based payment flows. Designed for merchant apps to collect required payment details and hand off securely t [...]

Checkout UI SDK #

A Flutter checkout UI SDK for merchant applications that collects required payment details, initiates a payment session, and returns a redirect URL for hosted web-based checkout flows.

This package is designed to be integrated into merchant apps where the actual payment experience is handled by an external (web-based) checkout page.


Features #

  • Collects mandatory payment details from users
  • Initiates payment session via backend API
  • Returns a redirect URL for hosted checkout
  • Keeps sensitive fields hidden from the UI
  • Simple callback-based integration

Installation #

Add the dependency in your pubspec.yaml:

dependencies:
  checkout_ui_sdk: ^0.1.0
0
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter checkout UI SDK that initiates payment sessions and returns a redirect URL for web-based payment flows. Designed for merchant apps to collect required payment details and hand off securely to hosted checkout pages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http

More

Packages that depend on checkout_ui_sdk