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

PayU

WidgetMechanismSupport
PayuGatewayWebWebviewios, android, web

Getting started

 – Create an PayU account to use PayU’s services: https://developers.payu.com/en/

Usage

 Follow this steps:

Woocommerce website:

Add PayU plugin to your Woocommerce:

  1. Go to WordPress Admin > Plugins > Add New from the left-hand menu
  2. In the search box type PayU EU Payment Gateway for WooCommerce
  3. Click on Install now when you see PayU EU Payment Gateway for WooCommerce to install the plugin
  4. Config plugin according instructions
  5. Go to Woocommerce -> Setting -> Tab Payments: enable only PayU – standard (don’t enable another method of PayU)

Plugin guide: https://wordpress.org/plugins/woo-payu-payment-gateway/#installation

 Mobile app:

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

Example: 

payu_gateway:
  path: ./packages/payu_gateway

Then run flutter pub get in your project

  1. Add PayuGatewayWeb(web view) to cirilla/lib/payment_method.dart file (remember import package like example)

Example:

import 'package:payu_gateway/payu_gateway_web.dart';

final Map<String, PaymentBase> methods = {
 PayuGatewayWeb.key: PayuGatewayWeb(),
};

Available Currencies

https://developers.payu.com/en/multi-currency.html#:~:text=your%20customers%20can%20now%20checkout,account%20in%20all%20the%20currencies.\

Was this article helpful to you? Yes No

How can we help?