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

outdated

A flutter plugin to integrate the Slydepay plugin for iOS and Android. Currently only implemented for android. IOS plugin will be implemented as well. Pull requests are always welcome.

💳 Slydepay Plugin for Flutter #

A flutter plugin to integrate the Slydepay plugin for iOS and Android. Currently only implemented for android. IOS plugin will be implemented as well. Pull requests are always welcome.

Features #

  • Android (iOS Coming Soon)

    • Slydepay Payment
    • VISA, MTN Mobile money, Vodafone payment
    • All supported payment options with your account
  • Supported formats

Screenshots #

Show some ❤️ and star the repo to support the project #

  • Please note this is a plugin only. This plugin has used the Android SDK

Slydepay Account (Skip this if you have an active Merchant Account) #

Create a Merchant Account on Slydepay

Follow the link to get started on that: (Slydepay Merchant Account)

Usage #

To use this plugin :

  dependencies:
    flutter:
      sdk: flutter
    slydepay_payment:

To call payment procedure:

import 'package:slydepay_payment/slydepay_payment.dart';

List<dynamic> result = await SlydepayPayment.openSlydepayPaymentDialog(
      amount: amount,
      itemName: itemName,
      description: desc,
      customerName: customerName,
      customerEmail: customerEmail,
      orderCode: orderCode,
      phoneNumber: phoneNumber,
      merchantKey: merchantKey,
      merchantEmail: merchantEmail
    );
    print("RESULT TYPE " + result[0]); // 1: SUCCESS, 2: FAILED, 3: CANCELLED
    print("MSG " + result[1]);

Special Thanks #

@norrisboateng For his sdk Slydepay-android-sdk-with-sample

TODO #

  • better error handling

Created & Maintained By #

Vijay Rathod

If you found this plugin helpful and want to thank me, consider buying me a cup of ☕

License #

Copyright 2018 awoshe.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin to integrate the Slydepay plugin for iOS and Android. Currently only implemented for android. IOS plugin will be implemented as well. Pull requests are always welcome.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on slydepay_payment