Опис
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
Снимци екрана

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.
Постављање
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.
ЧПП
-
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
-
`
Прегледи
Нема рецензија за овај додатак.
Сарадници и градитељи
CHIP for Paymattic је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите CHIP for Paymattic на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
1.1.0 – 2025-09-09
- Fixed – Issue with View on CHIP.
- Removed – Send receipt option.
