openpay 1.1.0 copy "openpay: ^1.1.0" to clipboard
openpay: ^1.1.0 copied to clipboard

Openpay dart package.

example/main.dart

import 'package:openpay/openpay.dart';

main(List<String> arguments) async {
  final openpay = Openpay(arguments.first, arguments.last, isSandboxMode: true);

  print(
    await openpay.createToken(
      CardInfo(
        '4111111111111111',
        'Juan Perez Ramirez',
        '21',
        '12',
        '110',
      ),
    ),
  );
}
3
likes
110
pub points
60%
popularity

Publisher

unverified uploader

Openpay dart package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on openpay