checkout_ui_sdk 0.1.0
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