WooCommerce Payment gateways

WooCommerce Payment gateways Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,213 downloads
WooCommerce Payment gateways Icon

Try plugin: WooCommerce Payment gateways

We'll create fresh WordPress site with WooCommerce Payment gateways installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WooCommerce Payment gateways

Allows customers to pay using several payment gateways.

0


0


0


0


0

updated: 9 years ago
since: 9 years ago
author: Rene Manqueros

Description

Allows customers to pay using several payment gateways:
* Authorize.net – Credit card only.
* PayU (Latin America) – Credit card + offline payments on 7-Eleven, Oxxo’s.

Hooks

Two hooks are exposed, for a basic workflow in which the order needs to be marked as complete or users will send a
receipt for offline payments, these hooks are not needed, they are meant for more complex and custom workflows.

  • gp_order_online_completed_successfully – This hook is triggered when the payment is completed. Sends an array with
    the gateway’s response information and the order ID to the callback.
  • gp_error_occurred – This hook is triggered when an error occurs during the payment process. Sends the exception
    to the callback.