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

discontinued
outdated

Plugin to process payments through the Khipu platform.

khipu_pay #

A Flutter add-on that uses Khipu libraries to process payments in applications developed with Flutter!

This add-on also has support to create payment identifiers and validate payment status.

Installation #

  1. Depend on it Add this to your package's pubspec.yaml file:
dependencies:
  khipu_pay: ^0.0.1

  1. Install it You can install packages from the command line:

with Flutter:

$ flutter pub get

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

  1. To create the payment identifier, amount:
import 'package:khipu_pay/khipu_payment.dart';
  1. To process the payment, amount:
import 'package:khipu_pay/khipu_pay.dart';
  1. To validate the payment status, amount:
import 'package:khipu_pay/khipu_payment_status.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Plugin to process payments through the Khipu platform.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, cryptoutils, flutter, http

More

Packages that depend on khipu_pay