CHIP for Paymattic

Plugin Banner

CHIP for Paymattic

by Chip In Sdn Bhd

Download
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

CHIP Website

Terms of Service

Privacy Policy

API Documentation

CHIP Merchants & DEV Community

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.

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

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

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

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

  3. Form editor page.

    Form editor page.

  4. Form that have been integrated with CHIP.

    Form that have been integrated with CHIP.

  5. Test mode payment page.

    Test mode payment page.

  6. Confirmation page after successful payment.

    Confirmation page after successful payment.

  7. List of successful paid entries.

    List of successful paid entries.

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

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 .htaccess file before the #BEGIN WORDPRESS line:

`

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

`

1.1.0 – 2025-09-09

  • Fixed – Issue with View on CHIP.
  • Removed – Send receipt option.

See changelog for all versions.

Back to top