urwaypayment

Creator: coderz1093

Last updated:

Add to Cart

Description:

urwaypayment

urwaypayment #
A Urway is a payment gateway with payment solutions in Flutter.
This Flutter plugin provide merchants to easy and hasslefree integration with Urway Payment gateway API's.
Getting Started #
Import the package to your pubspec.yaml to use it:
...
dependencies:
...
urwaypayment: ^2.0.3
...
...
copied to clipboard
Addition Configuration for performing transactions. #
Configure Terminal Id, Terminal Password, Merchant key and URL into appconfig.json file.
And place the file into application asset folder.
Permission #
You need to put the following implementations in Android and iOS respectively.
Android
-Make sure to add this line android:usesCleartextTraffic="true" in your
<application
android:usesCleartextTraffic="true">
</application>
copied to clipboard
Required Permissions are:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
copied to clipboard
iOS
Add following code in your
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key> <true/>
</dict>
<key>io.flutter.embedded_views_preview</key> <true/>
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.