cloudpayments_plus 0.0.1 copy "cloudpayments_plus: ^0.0.1" to clipboard
cloudpayments_plus: ^0.0.1 copied to clipboard

This is a package that allows you to use the cloudpayments sdk in Flutter.

CloudpaymentsPlus #

This is a package that allows you to use the cloudpayments sdk in Flutter.

Important! The package is under development. Currently, only the android platform with incomplete functionality is available

Start steps #

  1. Add maven { url 'https://jitpack.io' } in your android/build.gradle
  2. Check you min sdk in android/app/build.gradle. It will be is 24.
  3. Use package from CloudpaymentsPlus

Functional #

Create cryptogram #

To create a cryptogram, you just need to write the following code.

    final cloudpaymentsPlusPlugin = CloudpaymentsPlus();
    final card = BankCard(cardNumber: '9643834269787095', cardCvc: '110', cardDate: '02/2028');

    final cryptogram = await cloudpaymentsPlusPlugin.createCryptogram(card: card, publicId: 'your publicId', publicKey: 'your publicKey');
2
likes
0
points
24
downloads

Publisher

verified publishershokoteam.ru

Weekly Downloads

This is a package that allows you to use the cloudpayments sdk in Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cloudpayments_plus