A basic application that shows how to accept payment in your custom Terminal app built with Flutter.
You can check out our Terminal documentation to learn more about our in-person payment integration.
- You need a Paystack Terminal to test your build. You can do this from your Paystack Dashboard.
- Read through the integration guide to understand the code better.
- Clone the repo
git clone git@github.com:PaystackOSS/sample-gift-store.git
- Open code in your IDE (You might need both VSCode and Android studio).
- Install dependencies
flutter pub get