Twispay Credit Card Payments

Description

Note : In case you encounter any difficulties with integration, please contact us at support@twispay.com and we’ll assist you through the process.

Twispay is a European certified acquiring bank with a sleek payment gateway optimized for online shops. We process payments from worldwide customers using Mastercard or Visa debit and credit cards. Increase your purchases by using our conversion rate optimized checkout flow and manage your transactions with our dashboard created specifically for online merchants like you. Twispay Credit Card Payments is the official payment module built for WooCommerce

Our WooCommerce payment extension allows for fast and easy integration with the Twispay Payment Gateway. Quickly start accepting online credit card payments through a secure environment and a fully customizable checkout process. Give your customers the shopping experience they expect, and boost your online sales with our simple and elegant payment plugin.

For more details concerning our pricing in your region, please check out our pricing page. To use our payment module and start processing you will need a Twispay merchant account. For any assistance during the on-boarding process, our sales and compliance team are happy to respond to any enquiries you may have.

Screenshots

  • Secure credit card processing for Visa and Mastercard
  • Quick and easy installation
  • Fully customizable checkout experience

Installation

The easiest way of installing our module is by visiting the official module page.
1. Log into your WordPress site.
2. Go to: Plugins > Add New.
3. Search for “Twispay”.
4. Select “Install Now” when you see it’s by twispay.
5. Select “Activate Now” and you’re ready for customization.
6. Go to: Twispay
7. Select Yes under Live mode. (Unless you are testing)
8. Enter your Site ID. (Twispay Staging Account ID: You can get one from here for live or from here for stage)
9. Enter your Private Key. (Twispay Secret Key: You can get one from here for live or from here for stage)
10. Select the custom page you want to redirect the customer after the payment Redirect to custom page Thank you page. (Leave ‘Default’ to redirect to order confirmation default page.)
11. Enter your technical Contact Email. (This will be displayed to customers in case of a payment error)
12. Save your changes.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Twispay Credit Card Payments” is open source software. The following people have contributed to this plugin.

Contributors

“Twispay Credit Card Payments” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Twispay Credit Card Payments” into your language.

Interested in development?

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

Changelog

2.1.0

  • Add update transactions list button

2.0.15

  • Logging system changes

2.0.14

  • Fixes on order update flow

2.0.13

  • Fixes on mail receipts

2.0.12

  • Fixes on IPN order

2.0.11

  • Fixes on subscription cancellation

2.0.10

  • Fixes on subscription system

2.0.9

  • Remove email hooks

2.0.8

  • Revert woocommerce hooks actions

2.0.7

  • Remove warnings
  • Merge synchronised subscriptions’ implementation with woo integrated features

2.0.6

  • Fix subscriptions errors

2.0.5

  • Fix subscriptions errors

2.0.4

  • Fix redirecting problems on checkout page

2.0.3

  • Fix tags

2.0.2

  • Temporary fix

2.0.0

  • We completely removed the management of transactions and simplified it by synchronizing it with woocommerce order/subscription updates
  • Fix order/subscription status updates when updating woocommerce interface
  • Add Iframe support for payment page
  • Add subscription fixed rebill feature with fractional payment system
  • Fix subscription billing issues

1.1.3

  • Fix subscription processor.

1.1.2

  • Fix IPN status and change IPN url to a more intuitive one.
  • Remove timestamps from user and order ids.
  • Remove p_wo_ and r_wo_ prefixes from user ids.
  • Fix some deprecated issues.
  • Move processors and server-to-server handlers to separate classes

1.0.12

  • Updated backUrl and IPN to handle the new params.

1.0.11

  • Check if WooCommerce plugin is active while loading.
  • Tested with WordPress 5.6.

1.0.10

  • Fix security issues.
  • Fix issues with some custom WordPress installation cases.
  • Used native Request API instead of curl for internal requests.
  • Tested with WordPress 5.5.3.

1.0.9

  • Increased security using best practices (escaping, sanitizing, SQL requests cleaning).
  • Tested up to WordPress 5.5.1.
  • Fix typos.
  • Fix issues with non-standard /plugins directory path.

1.0.8

  • Updated unique identifiers to reflect the request type (purchase or recurrent) and the source plugin.
  • Appended the timestamp to the orderId that is encapsulated inside the payment request to ensure unicity.
  • Tested with WordPress 5.3

1.0.7

  • Bugfix: Added die(‘OK’) at the end of the file that processes the IPN response.
  • Bugfix: Added the ‘timestamp’ to the ‘identifier’ when it is built for an authenticated customer.

1.0.6

  • Version bump

1.0.5

  • Moved all the subscription status update code to a dedicated object
  • Added support for the Woocommerce Subscriptions
  • Added support for refunds

1.0.4

  • Added new log, general and admin messages
  • Updated the server response handling to process all the possible server response statuses

1.0.3

  • Updated the way parameters are sent to address a bug that was failing transactions when names had special characters

0.0.1

  • Initial Plugin version
  • Merchant config interface
  • Integration with Twispay’s Secure Hosted Payment Page
  • Listening URL which accepts the server’s Instant Payment Notifications
  • Replaced FORM used for server notification with JSON