easypaisa_with_rsa_encryption 1.2.3
easypaisa_with_rsa_encryption: ^1.2.3 copied to clipboard
Effortlessly integrate Easypaisa into your app with our Flutter package. Simplify payments & ensure secure transactions using RSA Encryption for user data protection.
example/example.md
Easypaisa RSA Payment Example #
This example demonstrates how to integrate Easypaisa payment processing with RSA encryption in a Flutter application.
Features #
- Initialize Easypaisa credentials and RSA keys.
- Request payment using Easypaisa API.
- Validate API response signature.
- Display transaction details.
Setup #
- Replace the placeholders (
username,password,storeId) inmain.dartwith your actual Easypaisa credentials. - Place your RSA keys (
merchant_private_key.pemandeasypaisa_public_key.pem) in theassets/keysdirectory. - Run the app and test the payment flow.
Dependencies #
easypaisa_with_rsa_encryption: The main package for Easypaisa RSA integration.flutter: The Flutter framework.
License #
MIT