payyo_sdk 0.0.16 copy "payyo_sdk: ^0.0.16" to clipboard
payyo_sdk: ^0.0.16 copied to clipboard

SDK for payyo payment gateway. This SDK covers differnet RPC calls wrapped inside RPC method Entity.

Payyo SDK for dart developers.

license.

Usage #

A simple usage example:


main() async {
  PayyoMobileSDK.configurations = PayyoAPIConfiguration()
      ..endpoint = 'SANDBOX_OR_PRODUCTION_ENDPOINT'
      ..version = 'v2'
      ..publicKey = 'YOUR_PUBLIC_KEY'
      ..secreteKey = 'YOUR_SECRETE_KEY';
  
  Transaction transaction = Transaction();
  
  var response = await transaction.getNextAction('transactionId');
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
40
pub points
0%
popularity

Publisher

verified publishernirmanlab.com

SDK for payyo payment gateway. This SDK covers differnet RPC calls wrapped inside RPC method Entity.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, http, json_annotation

More

Packages that depend on payyo_sdk