NETOPIA Payments Woocommerce Payment Gateway

ਵੇਰਵਾ

NETOPIA Payments Woocommerce Payment Gateway extends WooCommerce payment options by adding NETOPIA’s Payment Gateway options.

Features:

  • 100% FREE TO USE (GPLv2 license).
  • Integrates NETOPIA payments’ card and cryptocoin payments service with your WordPress + WooCommerce online shop. SMS and Wire transfer options are still under development.
  • Accepts payments with Visa and Mastercard credit/debit cards, Bitcoin and Ethereum
  • Handles IPN responses and automatically changes order status on your shop in real time (confirmed/paid or failure messages and refunds).

Requirements:

Please note that on first update your private.key and public.cer could be removed and the plugin might need to be reconfigured!
* PHP 7+
* openssl and dom extensions

ਸਕਰੀਨਸ਼ਾਟ

  • Backend: WooCommerce > Settings > Checkout screenshot-1.png

  • Frontend: Your website checkout page screenshot-2.png

ਸਥਾਪਤੀਕਰਨ

  1. Install the plugin through the WordPress plugins screen directly (recommended) or upload netopiapayments to the /wp-content/plugins/ directory using your favourite FTP client.

  2. Activate the plugin through the Plugins menu in WordPress.

  3. Configure your settings under WooCommerce > Settings > Checkout > NETOPIA Payments option panel: enable the payment gateway and test mode, fill in your Seller Account ID (get it from your Netopia account under Admin – Seller accounts – Edit – Security settings) and select at least one payment option (usually Credit Card).

  4. Upload your live private.key and public.cer files from your NETOPIA merchant account. These certificates should look like this: live.XXXX-XXXX-XXXX-XXXX-XXXXprivate.key and live.XXXX-XXXX-XXXX-XXXX-XXXX.public.cer. Don’t rename .key and .cer files and make sure that XXXX-XXXX-XXXX-XXXX-XXXX matches your Seller Account ID!

  5. For testing purposes you will also need your sandbox keys to be uploaded into the plugin. Synchronize your seller account in Admin – Seller accounts – Edit – Synchronize and then access sandbox through Implementation – Test the implementation. Once in sandbox, download the certificates from Admin – Seller accounts – Edit – Security settings). They should look like this: sandbox.XXXX-XXXX-XXXX-XXXX-XXXXprivate.key and sandbox.XXXX-XXXX-XXXX-XXXX-XXXX.public.cer. Don’t rename .key and .cer files and make sure that XXXX-XXXX-XXXX-XXXX-XXXX matches your Seller Account ID!

  6. With test mode enabled contact NETOPIA’s support team to test the configuration. Send your shop URL to implementare@netopia.ro and ask for your account to be tested and activated for live mode.

ਸਮੀਖਿਆਵਾਂ

6 ਜਨਵਰੀ 2023 3 replies
Câteva sugestii pentru cei care folosesc această integrare: nu se face update, versiunea este eterna 1.0, deci dacă vă întrebați când a fost ultimul update trebuie să intrați și să verificați aici sau să le cereți celor de la tehnic@mobilpay; o să intre automat în status finalizat comenzile plătite prin card, pentru a schimba acest lucru trebuie să se modifice fișierul wc-netopiapayments-gateway.php linia 480, și este acolo status din completed > processing. atenție deoarece la update se pierd cheile de securitate; deci ar fi ideal să păstrați un back-up al lor ca să le urcați iar când faceți update. Desigur toate de mai sus se pot rezolva foarte ușor din partea autorului de modul, dar până atunci... spor tuturor!
16 ਨਵੰਬਰ 2022 3 replies
You should have a select list with the "default" status of the order after payment succeeds! Every time I need to make changes in: wc-netopiapayments-gateway.php at the line 480. from $order->update_status( 'completed', 'Payment received, your order is currently being processed.' ); in $order->update_status( 'processing', 'Payment received, your order is currently being processed.' ); There are invoices plugins that generate the invoice automatically after the status "completed" and that's not good.
23 ਸਤੰਬਰ 2021
Probably better than most payment providers from Romania. The company is trustworthy as well, it boosted the conversions on my store a bit. Haven't had to deal with their support yet, so I have no opinion on that.
Read all 5 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“NETOPIA Payments Woocommerce Payment Gateway” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“NETOPIA Payments Woocommerce Payment Gateway” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

Please note that on first update your private.key and public.cer could be removed and the plugin might need to be reconfigured!

1.0

  • Initial release (Tested up to WP 5.7 with WooCommerce 4.0.1)

1.1

  • PHP8 openssl fix

1.1.1

  • chmod on security keys
  • added select status option

1.3

  • keep keys on auto update
  • add openssl aes256 cipher option