Integrates the TSYS® payment processor (for Credit/Debit cards) into CiviCRM so it can be used it to accept Credit / Debit card payments on your site.
With TSYS® you get a Top 100 Global Technology Leader, as named by Thomson Reuters, and more than 35 years of payment experience helping businesses like yours. TSYS provides seamless, secure and innovative solutions across the payments spectrum. They succeed because they put people, and their needs, at the heart of every decision. It’s an approach they call ‘People-Centered Payments®’. TSYS is a member of The Civic 50 and only payments company to achieve World's Most Ethical Companies® by Ethisphere Institute in 2018. Whether you only take payments online, by mobile app or by phone – or need a solution that integrates in-person payments with your online payments – TSYS has convenient options for people to pay you that help you manage your business. Gain peace of mind knowing the payments you receive are encrypted and tokenized for greater security. Receive payments faster and increase the frequency you receive payments with automated options for scheduled and recurring payments.
Currently one-off and recurring payments by Credit/Debit card are supported for USD only. In the future it is hoped to support additional payment methods.
For bug reports / feature requests for this extension please use the issue queue: https://github.com/aghstrategies/com.aghstrategies.tsys/issues
For more information visit: https://docs.civicrm.org/tsys/en/latest/
To open an account with TSYS, click here to fill out the referral form. TSYS has staff dedicated to supporting CiviCRM, and one of them will follow up to discuss processing rates.
All configuration is in the standard Payment Processors settings area in CiviCRM admin You will need to enter the following credentials which will be provided on creation of your Tsys Account:
- Merchant Name
- Web API Key
- Merchant Key
- Merchant Site
There are no special installation requirements. The extension will show up in the extensions browser for automated installation. Otherwise, download and install as you would for any other CiviCRM extension.
The status of the Recurring Contribution should be set to Pending and a message should appear on the System Status page.
This Payment Processor works with TSYS countertop Devices New Devices can be configured on the TSYS Settings Form (CiviCRM Admin Menu -> Administer -> TSYS Settings):
Once configured Payments can be made using the devices one of two ways:
- A simple contribution can be made (with a payment for the full amount) thru the "Submit Credit Card Contribution Via Device" Form (CiviCRM Admin Menu -> Contributions -> Submit Credit Card Contribution Via Device).
- A payment can be made against an existing contribution using the "» Submit payment via {deviceName} device" links which can be found when viewing or editing eligible Contributions (contributions with the status "Pending" or "Partially Paid") and on the Record Additional Payment Form.
This Payment Processor allows the user to refund payments made thru GPI from CiviCRM by:
- going to a contribution in View or Edit mode
- Clicking the Refund Link
- Entering the amount to refund (this will be prepopulated as the total payment amount).
- Clicking Issue Refund
NOTE CiviCRM has other Refund workflows which will result in the Contribution in CiviCRM to be updated to the status Refunded but not update TSYS.
Credit Card Numbers to test with
$ env CIVICRM_UF=UnitTests TSYS_user_name='name' TSYS_password="webApiKey" TSYS_signature="Key" TSYS_subject="siteId" phpunit5 ./tests/phpunit/CRM/Tsys/OneTimeContributionTsysTest.php
v.MAJOR.MINOR.PATCH
- Process device payments from the Create Contribution Form
- Process device payments from the Create Event Registration Form
- Add a system check for if the Root Certificate is installed correctly
- Refund a Contribution (not just individual payments)
- Rebase unit tests onto newer core methods