Title: ampacash-veprap-payment
Author: Victor Alade
Published: <strong>July 12, 2024</strong>
Last modified: February 24, 2025

---

Search plugins

![](https://ps.w.org/ampacash-payment-method/assets/banner-772x250.png?rev=3116848)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/ampacash-payment-method/assets/icon-256x256.png?rev=3116848)

# ampacash-veprap-payment

 By [Victor Alade](https://profiles.wordpress.org/ampacash/)

[Download](https://downloads.wordpress.org/plugin/ampacash-payment-method.zip)

 * [Details](https://test.wordpress.org/plugins/ampacash-payment-method/#description)
 * [Reviews](https://test.wordpress.org/plugins/ampacash-payment-method/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/ampacash-payment-method/#installation)
 * [Development](https://test.wordpress.org/plugins/ampacash-payment-method/#developers)

 [Support](https://wordpress.org/support/plugin/ampacash-payment-method/)

## Description

Accept AmpaCash payments on your WordPress site seamlessly.

Veprap WordPress AmpaCash Payment Plugin

Veprap WordPress AmpaCash Payment Plugin is a WordPress plugin that enables merchants
to accept payments through AmpaCash on their WordPress websites.

### Getting Started

Before using the plugin, merchants need to sign up for an AmpaCash account at [AmpaCash Merchant Registration](https://www.ampacash.com/merchantLogin/register).
Once registered, follow the steps below:

 1. Activate the Veprap WordPress AmpaCash Payment Plugin in the WordPress admin panel.
 2. Configure the plugin settings by entering your AmpaCash Merchant ID in the woocommerce
    > payment tab.
 3. Turn on the AmpaCash Payment Method.
 4. Enter your Merchant ID that you have obtained after signing up and the email address
    that you used.

### Usage

Once activated, the plugin adds a pay button to the checkout screen. Customers can
pay using AmpaCash by following these steps:

 1. Install the AmpaCash app on their mobile device:
 2.  * [Google Play Store](https://play.google.com/store/apps/details?id=com.ampacash)
     * [Apple App Store](https://apps.apple.com/in/app/ampacash-mobile-payment-app/id1507879136)
 3. Load money into their AmpaCash account and complete the verification process within
    the app.
 4. On the merchant’s website:
 5.  * Customers will see the AmpaCash pay button during the checkout process.
     * Clicking the button will prompt users to enter their AmpaCash PIN generated 
       in the AmpaCash app.
 6. Complete the payment using the AmpaCash PIN.

### Support and Feedback

For support and inquiries, please contact us at support@ampacash.com.

If you encounter any issues or have suggestions for improvements, feel free to contact
us via support: https://www.ampacash.com/landingpage/support.

### External Script Usage

This plugin includes JavaScript files that are built using Angular. The source files,
excluding proprietary code, are available on our [GitHub repository](https://github.com/ahsanampacash/ampa-cash-veprap).

### Source Code

 * Source code for `veprap.js` can be found in the `src/` directory of the GitHub
   repository.
 * Unminified versions of `intlTelInput.js` and other libraries are also included
   in the `src/` directory.

The compressed file `ampacash-veprap-payment/js/veprap.js` is generated by building
the public Angular project following the instructions in the readme file on GitHub.
This generates a standalone file of the entire Angular project.

### Build Instructions

To build the JavaScript files from source, follow these steps:
 1. Clone the repository:`
git clone https://github.com/ahsanampacash/ampa-cash-veprap.git` 2. Navigate to 
the project directory: `cd ampa-cash-veprap` 3. Follow the instructions in the `
README.md` file to install dependencies and build the project.

### Local Files

The plugin now includes all required scripts and styles locally:
 – `ampacash-veprap-
payment/js/intlTelInput.js` – `ampacash-veprap-payment/js/veprap.js`

### License

This plugin is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software Foundation,
either version 2 of the License, or (at your option) any later version.

This plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this
plugin. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

### Development

We encourage developers to contribute to the development of this plugin. You can
find the source code and instructions on our [GitHub repository](https://github.com/ahsanampacash/ampa-cash-veprap).

### Reporting Issues

If you encounter any issues or have suggestions for improvements, please report 
them at support@ampacash.com.

## Screenshots

 * [[
 * [[
 * [[

## Installation

 1. Upload the `ampacash-veprap-payment` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Use the classic checkout instead of the block checkout. Go to checkout page, edit
    it, and switch to “Classic Checkout” instead of block-based checkout.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ampacash-veprap-payment” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Victor Alade ](https://profiles.wordpress.org/ampacash/)

[Translate “ampacash-veprap-payment” into your language.](https://translate.wordpress.org/projects/wp-plugins/ampacash-payment-method)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ampacash-payment-method/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ampacash-payment-method/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ampacash-payment-method/)
by [RSS](https://plugins.trac.wordpress.org/log/ampacash-payment-method/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.2

Fixed an issue where VEPRAP would start before the WooCommerce plugin was loaded.

#### 3.0-3.1

 * Fixed VEPRAP not displaying the message after the payment correctly.

#### 2.9

 * Removed colon from the payment method title.

#### 2.8

 * Fixed the conflict with other payment methods i.e. Stripe.

#### 2.7

 * Added error validation: Users must ensure the phone number and name entered match
   exactly with the details registered in their AmpaCash account.

#### 2.6

 * Fixed compatibility with other payment plugins.

#### 2.5

 * Fixed compatibility with other payment plugins.

#### 2.4

 * Added video tutorial to instructions.

#### 2.3

 * Updated ‘Tested Up To’ value to 6.5.

#### 2.2

 * Updated `intlTelInput` library to the latest stable version.
 * Included source files for all compressed JavaScript and CSS files.
 * Removed external dependencies and included all files locally.
 * Changed function names to use unique prefixes.
 * Added plugin logo.

## Meta

 *  Version **3.2**
 *  Last updated **1 year ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **6.5.8**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ampacash-payment-method/)
 * Tags
 * [checkout](https://test.wordpress.org/plugins/tags/checkout/)[ecommerce](https://test.wordpress.org/plugins/tags/ecommerce/)
   [Marketplace](https://test.wordpress.org/plugins/tags/marketplace/)[mobile](https://test.wordpress.org/plugins/tags/mobile/)
   [payment](https://test.wordpress.org/plugins/tags/payment/)
 *  [Advanced View](https://test.wordpress.org/plugins/ampacash-payment-method/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ampacash-payment-method/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ampacash-payment-method/reviews/)

## Contributors

 *   [ Victor Alade ](https://profiles.wordpress.org/ampacash/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ampacash-payment-method/)