UplinesPay Flutter SDK
Easily accept payments through Apple Pay or Credit Card (with managed 3DS step) in your Flutter app with UplinesPay.
Features
Use this plugin to support:
- Payable points: Quickly and safely accept payable-points payments.
- Credit Card: Easily accept many card companies like visa, mastercard, etc...
Getting started
Installation
flutter pub add uplinespay
Usage
UplinesPay Widgets
UplinesPayButton(
paymentConfig: PaymentConfig(
// TODO get it from vendor app at Uplines platform
publishableApiKey: 'TODO',
// pass the amount (e.g. 10 SAR)
amount: 100 * 10,
// pass the description
description: 'order #1324 (Big Shawarma Sandwich)',
),
onPaymentResult: (paymentResult) {
// Do something with paymentResult
},
)
Testing
Payable points
UplinesPay provides a sandbox environment for testing payable-points payments without any points deduction from the wallet. This allows you to test your integration and ensure that everything is working correctly before going live with actual payments.
Credit Cards
UplinesPay provides a sandbox environment for testing credit card payments without charging any real money. This allows you to test your integration and ensure that everything is working correctly before going live with actual payments.
Libraries
- uplinespay
- UplinesPay Flutter SDK helps you accept payments quickly and securely.