Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-worldpay-xml
Worldpay XML payment processor
https://github.com/workarea-commerce/workarea-worldpay-xml
Last synced: about 1 month ago
JSON representation
Worldpay XML payment processor
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-worldpay-xml
- Owner: workarea-commerce
- License: other
- Created: 2019-08-20T21:42:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:22:06.000Z (almost 5 years ago)
- Last Synced: 2024-09-17T09:55:19.454Z (3 months ago)
- Language: Ruby
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Worldpay XML
================================================================================Worldpay Xml Payment Processor plugin for the Workarea platform.
Getting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-worldpay_xml'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Add the following to your `config/secrets.yml` file:
# ...
worldpay:
login: MERCHANTCODEHERE
password: XMLPASSWORD
test: true
# ...*By default tokenzization is not enabled in both live and sandbox account. Be sure to request that tokenzation is enabled after installing the plugin.*
Documentation and Testing
--------------------------------------------------------------------------------Worldpay does not issue freestanding sandbox accounts for testing. An account must be provisioned through a Worldpay account manager.
Documentation for the Worldpay xml gateway can be found at [http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/home.htm](http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/home.htm)
A list of test credit cards and testing values can be found at [http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/reference/testvalues.htm](http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/reference/testvalues.htm)
Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Worldpay XML is released under the [Business Software License](LICENSE)