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

Gokwik

WidgetMechanismSupport
GokwikGatewayWebviewios, android

Requirement

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

Usage

 Follow this steps:

Woocommerce website:

Add GoKwik Checkout plugin to your Woocommerce:

  1. download this plugin at: https://www.gokwik.co/ke-international
  2. Go to WordPress Admin > Plugins > Add New from the left-hand menu > Upload plugin from the top menu
  1. Click on Install to install the plugin
  2. Config plugin according instructions
  3. Go to Woocommerce -> Setting -> Tab Payments: enable GoKwik Prepaid
  4. Go to Woocommerce -> Setting -> Tab GoKwik Checkout: Setup

Mobile app:

Package Setup

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

Example: 

  gokwik_gateway:
    path: ./packages/gokwik_gateway

Then run flutter pub get in your project

3. Add GokwikGateway to cirilla/lib/payment_method.dart file ( use only one of them and remember import package like example)

Example:

import 'package:gokwik_gateway/gokwik_gateway.dart';
final Map<String, PaymentBase> methods = {
  GokwikGateway.key: GokwikGateway(isTestMode: false, merchantId: 'xxxxxxxxxxxx'),
};
Was this article helpful to you? Yes No

How can we help?