invoice_su 1.0.0 copy "invoice_su: ^1.0.0" to clipboard
invoice_su: ^1.0.0 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 mobile 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.0

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.

SDK allows you to configure operating mode (debug / prod), by default - debug. The SDK also allows you to configure request proxying, by default all requests go to Tinkoff servers.

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
130
pub points
14%
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