Widget | Mechanism | Support |
PhonepeGateway | Webview | ios, android |
Requirement
- Cirilla
v4.2.8
or above - App builder
v5
or above
Getting started
Preview:
Woocommerce website:
Add Phonepe plugin to your Woocommerce:
- Download this plugin: https://wordpress.org/plugins/phonepe-payment-solutions/
- Go to WordPress Admin > Plugins > Add New from the left-hand menu > Upload plugin from the top menu
- Click on Install to install the plugin
- Config plugin according instructions
- Go to Woocommerce -> Setting -> Tab Payments: enable Phonepe Payments
Package Setup
- Copy phonepe_gateway package and add to packages folder in cirilla project.
- Import package in
cirilla/pubspec.yaml
Example:
phonepe_gateway:
path: ./packages/phonepe_gateway
Then run flutter pub get in your project
- Add PhonepeGateway to
cirilla/lib/payment_method.dart
file ( use only one of them and remember import package like example)
import 'package:phonepe_gateway/phonepe_gateway.dart';
final Map<String, PaymentBase> methods = {
PhonepeGateway.key: PhonepeGateway(),
};
Country Support:
- UAE
- Singapore
- Nepal
- Bhutan
- Mauritius
- India
Currencies Support:
- PhonePe primarily operates using the Indian Rupee (INR) for all transactions within India.
UPI for International Payments:
- PhonePe, through its UPI integration, allows users to make payments in foreign countries at select merchants by deducting the amount from the user’s Indian bank account.