uplinespay 0.0.71 copy "uplinespay: ^0.0.71" to clipboard
uplinespay: ^0.0.71 copied to clipboard

Accept payments in your Flutter app with ease by using UplinesPay. With this SDK, you can quickly and safely accept payments through Apple Pay and Credit Card (with managed 3DS step).

UplinesPay Flutter SDK #

Easily accept payments through Apple Pay or Credit Card (with managed 3DS step) in your Flutter app with UplinesPay.

demo

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.

1
likes
130
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

Accept payments in your Flutter app with ease by using UplinesPay. With this SDK, you can quickly and safely accept payments through Apple Pay and Credit Card (with managed 3DS step).

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, pay, plugin_platform_interface, web, webview_flutter

More

Packages that depend on uplinespay