kyrmann_pay 1.0.10
kyrmann_pay: ^1.0.10 copied to clipboard
Kyrmann_pay plugin.
kyrmann_pay #
A Flutter plugin for making payments with Kyrmannpay gateway
Installation #
Add kyrmann_pay to your pubspec.yaml file:
dependencies:
...
kyrmann_pay: <version>
Get started #
Android Change the minimum Android sdk version to 24 (or higher) in android/app/build.gradle file.
minSdkVersion 24
Payment data #
the following parameters are required in order to make payment:
. paymentData (Map<String, dynamic>) - Contains all necessary data to initialize payment namely:
- login (String): user login- password (String): user encrypted password
- amount (int): purchase overall amount
- afid (int): Represents Service ID used by client | Provided by Kyrmann
- offerId (int): Represents ID of service proposed by client from SAV platform | Provided by Kyrmann
- key (String): Represents Encryption key
- iv (String): Represents iv key
. callbackUrl (String): Represents callback url