Usage Guide
Learn how to use the flutter_epay SDK for seamless payments in your Flutter app.
Getting Started
This guide covers how to use the flutter_epay SDK to initiate and manage payments in your Flutter application.
1. Installing the SDK
Ensure you have installed the SDK as per the Installation Guide. Add the dependency in your pubspec.yaml
file:
Run:
2. Importing the Package
3. Initializing a Payment
Use the initiatePayment
method to start a transaction:
Response Object Structure:
4. Handling Payment Results
After a transaction is completed, your app will receive the order_number
as a query parameter in the deep link. You can fetch the transaction details using fetchTransaction
:
Transaction Object Structure:
5. Testing the Payment Flow
Before going live, test your integration using Guiddini’s sandbox environment. Use test API keys to simulate transactions.
6. Error Handling
Conclusion
With these steps, you can efficiently integrate and manage payments using flutter_epay in your Flutter app.