Acquiring SDK allows you to integrate Invoice su Acquiring into applications for iOS, Android, Web, Windows, Linux, MacOS platforms.
- Making payments (including recurring payments);
- Creating terminals (including recurring payments);
- Integration with online checkouts;
- Payment through the Fast Payment System (SBP) by QR;
Add this to your package's pubspec.yaml file:
dependencies:
invoice_su: ^1.0.1
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.
To configure the operation mode, set the following parameters:
final InvoiceAcquiring acquiringInstance = InvoiceAcquiring(
InvoiceAcquiringConfig.credential(login: demoLogin, apiKey: apiDemoKey));
The Example is in the corresponding folder