1. Home
  2. Docs
  3. Cirilla Payment Gateway Addons
  4. Payment Gateways
  5. Phonepe

Phonepe

WidgetMechanismSupport
PhonepeGatewayWebviewios, android

Requirement

  • Cirilla v4.2.8 or above
  • App builder v5 or above

Getting started

Preview:

Woocommerce website:

Add Phonepe plugin to your Woocommerce:

  1. Download this plugin: https://wordpress.org/plugins/phonepe-payment-solutions/
  2. Go to WordPress Admin > Plugins > Add New from the left-hand menu > Upload plugin from the top menu
  3. Click on Install to install the plugin
  4. Config plugin according instructions
  5. Go to Woocommerce -> Setting -> Tab Payments: enable Phonepe Payments

Package Setup

  1. Copy phonepe_gateway package and add to packages folder in cirilla project.
  2. Import package in cirilla/pubspec.yaml

Example: 

  phonepe_gateway:
    path: ./packages/phonepe_gateway

Then run flutter pub get in your project

  1. 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. 
Was this article helpful to you? Yes No

How can we help?