kyrmannpay_flutter

Last updated:

0 purchases

kyrmannpay_flutter Image
kyrmannpay_flutter Images
Add to Cart

Description:

kyrmannpay flutter

kyrmannpay #
A Flutter plugin for making payments with Kyrmannpay gateway
Installation #
Add kyrmannpay_flutter to your pubspec.yaml file:
dependencies:
...
kyrmannpay_flutter: <version>
copied to clipboard
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

License:

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

Files In This Product:

Customer Reviews

There are no reviews.