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

outdated

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 = 'https://api.sandbox.trekkpay.io'
          ..version = 'v2'
          ..publicKey = 'api_1dae36d204dca5f7c54a81044e7a'
          ..secreteKey = 'sec_74a3d04034736d7674e20e059714';
  
  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
points
33
downloads

Publisher

verified publishernirmanlab.com

Weekly Downloads

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