invoice_su 1.0.1 copy "invoice_su: ^1.0.1" to clipboard
invoice_su: ^1.0.1 copied to clipboard

A dart package for work with invoice.su acquiring

Invoice su Acquiring SDK

Acquiring SDK allows you to integrate Invoice su Acquiring into applications for iOS, Android, Web, Windows, Linux, MacOS platforms.

Available API Documentation.

SDK Features #

  • Making payments (including recurring payments);
  • Creating terminals (including recurring payments);
  • Integration with online checkouts;
  • Payment through the Fast Payment System (SBP) by QR;

Installing #

Add this to your package's pubspec.yaml file:

dependencies:
  invoice_su: ^1.0.1

Before usage #

To get started with the SDK, you'll need:

  • login - seller's account login;
  • apiKey - account api key to work with;
  • terminalId – to start make payments it needs to select one.

These values are issued in your personal account after connecting to Invoice su Acquiring.

Credential #

To configure the operation mode, set the following parameters:

 final InvoiceAcquiring acquiringInstance = InvoiceAcquiring(
    InvoiceAcquiringConfig.credential(login: demoLogin, apiKey: apiDemoKey));

Example #

The Example is in the corresponding folder

0
likes
110
pub points
13%
popularity

Publisher

unverified uploader

A dart package for work with invoice.su acquiring

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

comparer, crypto, crypton, http, json_annotation, meta

More

Packages that depend on invoice_su