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

Biblioteca Dart para integração de serviços de pagamento com a API Edubank.

edubank #

This package provides access to edubank API resources

Get started #

Add dependency #

You can use the command to add edubank as a dependency with the latest stable version:

$ dart pub add edubank

Or you can manually add dio into the dependencies section in your pubspec.yaml:

dependencies:
  edubank: ^0.0.1

Usage #

import 'package:edubank/edubank.dart';

final edubank = Edubank(apiKey: 'apiKey', sellerId: 'sellerId');

final encryptedCard = edubank.encryptCard(
  sellerEncryptionKey: 'sellerEncryptionKey',
  holderName: 'John Doe',
  cardNumber: '4321432143214321',
  expirationMonth: '12',
  expirationYear: '2025',
  securityCode: '124',
  numberInstallments: 5,
);

Additional information #

Keys apiKey, sellerId and sellerEncryptionKey are provided by edubank© Contact contato@edubank.com.br

2
likes
130
points
12
downloads

Publisher

verified publisheredubank.com.br

Weekly Downloads

Biblioteca Dart para integração de serviços de pagamento com a API Edubank.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, tuple, uuid

More

Packages that depend on edubank