Beschrijving
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
Schermafbeeldingen







Installatie
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.
FAQ
-
Where is the Brand ID and Secret Key located?
-
Brand ID and Secret Key available through our merchant dashboard.
-
Do I need to set public key for webhook?
-
No.
-
Where can I find documentation?
-
You can visit our API documentation for your reference.
-
What CHIP API services used in this plugin?
-
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
- /purchases/
-
CHIP logo not appearing in Paymattic dashboard?
-
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
.htaccessfile before the#BEGIN WORDPRESSline:` -
BEGIN Custom Redirects
-
RewriteEngine On
RewriteRule ^wp-content/plugins/wp-payment-form/assets/images/gateways/chip.svg$ /wp-content/plugins/chip-for-paymattic/assets/chip.svg [L]
-
END Custom Redirects
-
`
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“CHIP for Paymattic” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “CHIP for Paymattic” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1.0 – 2025-09-09
- Fixed – Issue with View on CHIP.
- Removed – Send receipt option.
