CHIP for Paymattic
CHIP for Paymattic
Description
This is a CHIP plugin for Paymattic.
CHIP is a payment and business solutions platform that allow you to securely sell your products and get paid via multiple local and international payment methods.
Links
Installation
Minimum Requirements
- WordPress 6.1 or greater
- PaymatticPro 4.6.0 or greater
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “CHIP for Paymattic” and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading our plugin and uploading it to your webserver via your favorite FTP application. The
WordPress codex contains instructions on how to do this here.
Updating
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
Screenshots

Fill up the form with Brand ID and Secret Key on Global Configuration.

Fill up the form with Brand ID and Secret Key on Form-specific Configuration.

Form editor page.

Form that have been integrated with CHIP.

Test mode payment page.

Confirmation page after successful payment.

List of successful paid entries.
Faq
Brand ID and Secret Key available through our merchant dashboard.
No.
You can visit our API documentation for your reference.
This plugin rely on CHIP API (PAYMATTIC_CHIP_ROOT_URL) as follows:
- /purchases/
- This is for accepting payment
- /purchases/<id>
- This is for getting payment status from CHIP
If the CHIP logo is not appearing in your Paymattic dashboard, this is because Paymattic doesn’t bundle the CHIP logo in their plugin. To fix this, add the following code to your .htaccess file before the #BEGIN WORDPRESS line:
`
RewriteEngine On
RewriteRule ^wp-content/plugins/wp-payment-form/assets/images/gateways/chip.svg$ /wp-content/plugins/chip-for-paymattic/assets/chip.svg [L]
`
Reviews
Changelog
1.1.0 – 2025-09-09
- Fixed – Issue with View on CHIP.
- Removed – Send receipt option.