kyrmann_pay 1.2.1 copy "kyrmann_pay: ^1.2.1" to clipboard
kyrmann_pay: ^1.2.1 copied to clipboard

discontinued
PlatformAndroidiOS

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>

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 | Contact Kyrmannpay
- password (String): user encrypted password | Contact Kyrmannpay
- amount (int): purchase overall amount
- afid (int): Represents Service ID used by client | Provided by Kyrmannpay
- offerId (int): Represents ID of service proposed by client from SAV platform | Provided by Kyrmannpay
- cartId (String): Consumer purchase identifier | The length must be superior or equal to 5
- key (String): Represents Encryption key | Provided by Kyrmannpay
- iv (String): Represents iv key | Provided by Kyrmannpay

. callbackUrl (String): Represents callback url

1
likes
120
points
93
downloads

Publisher

unverified uploader

Weekly Downloads

Kyrmann_pay plugin.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, encrypt, envied, flutter, flutter_spinkit, fluttertoast, get, google_fonts, logger, shared_preferences

More

Packages that depend on kyrmann_pay