https://github.com/workarea-commerce/workarea-payware-connect
https://github.com/workarea-commerce/workarea-payware-connect
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-payware-connect
- Owner: workarea-commerce
- License: other
- Created: 2019-11-11T20:50:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T01:26:08.000Z (over 6 years ago)
- Last Synced: 2025-12-26T15:08:31.488Z (6 months ago)
- Language: Ruby
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Payware Connect
================================================================================
Payware Connect plugin for the Workarea platform.
Getting Started
--------------------------------------------------------------------------------
NOTES
-----
**(9/15/15) Only Pre-auth, Completion, and Void are supported and validated as of v0.9.4.**
**(10/21/15) Storing cards in user accounts is broken pending verification of business requirements v0.9.5.**
IF INTEGRATING WITH MACH VALIDATION IS UNNECESSARY.
SEE VALIDATION LETTER AND WORKSHEET FOR MORE INFO.
Revalidation is necessary if any of these change:
1. Business type
2. Transaction type supported
3. Code Changes that may affect Transactions or reports
4. Change in Processor
5. Report type supported
6. New Device Supported
The file lib\validation.rb can be used in the console to generate the necessary xml and output to the development.log
-----
Gateways
--------------------------------------------------------------------------------
Unless keys are provided in the secrets.yml file the Payware Connect engine will
use a bogus gateway.
If you want to use the live gateway you must include the following keys in your
secrets.yml:
:payware_connect:
:client_id:
:login:
:password:
:merchant_key:
:test: # if using sandbox
If the above keys are provided the gateway will be automatically configured. For
more details on this implementation. Test is optional and will default to true.
Workarea Platform Documentation
--------------------------------------------------------------------------------
See [https://developer.workarea.com](http://developer.workarea.com) for Workarea platform documentation.
Copyright & Licensing
--------------------------------------------------------------------------------
Workarea Commerce Platform is released under the [Business Software License](https://github.com/workarea-commerce/workarea/blob/master/LICENSE)