Widget | Mechanism | Support |
PaytmGateway | Native | ios, android |
Requirement
- Cirilla
v4.1.0
or above - App builder
v5
or above
Getting started
Document: https://business.paytm.com/docs/woocommerce/
Preview:
Woocommerce website:
Add Paytm plugin to your Woocommerce:
- Download this plugin: https://wordpress.org/plugins/paytm-payments/
- 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 Paytm Payments
Setting App Builder ( requirement )
Open App builder page from the left sidebar => Click to Integrations on the menu bar => Click to Active
Package Setup
- Copy paytm_gateway package and add to packages folder in cirilla project.
- Import package in
cirilla/pubspec.yaml
Example:
paytm_gateway:
path: ./packages/paytm_gateway
Then run flutter pub get in your project
- Add PaytmGateway to
cirilla/lib/payment_method.dart
file ( use only one of them and remember import package like example)
import 'package:paytm_gateway/paytm_gateway.dart';
final Map<String, PaymentBase> methods = {
PaytmGateway.key: PaytmGateway(),
};
Country Support:
- Including the United Arab Emirates
- Malaysia
- Singapore
- Nepal
- Oman
- Qatar
- Russia
- France
- Sri Lanka
- Mauritius
- United Kingdom
Currencies Support:
- Paytm supports all currencies . However, your payment will happen in INR.