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

Xendit

WidgetMechanismSupport
XenditGatewayWebWebviewios, android, web

Getting started

 – Create an Xendit account to use Xendit’s services: https://dashboard.xendit.co/

Usage

 Follow this steps:

Woocommerce website:

Add Xendit plugin to your Woocommerce:

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

Xendit plugin guide: https://wordpress.org/plugins/woo-xendit-virtual-accounts/#installation

 Mobile app:

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

Example: 

xendit_gateway:
  path: ./packages/xendit_gateway

Then run flutter pub get in your project

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

Example:

import 'package:xendit_gateway/xendit_gateway_web.dart';

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

Available Currencies

https://docs.xendit.co/credit-cards/supported-currencies

Was this article helpful to you? Yes No

How can we help?