https://github.com/workarea-commerce/workarea-payflow-pro
Payflow Pro payment plugin for Workarea
https://github.com/workarea-commerce/workarea-payflow-pro
Last synced: 2 months ago
JSON representation
Payflow Pro payment plugin for Workarea
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-payflow-pro
- Owner: workarea-commerce
- License: other
- Created: 2019-11-11T20:08:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T14:52:48.000Z (over 6 years ago)
- Last Synced: 2025-12-19T13:46:42.724Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- 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 Payflow Pro
================================================================================
Payflow Pro plugin for the Workarea platform.
Installation
--------------------------------------------------------------------------------
Add the following block to your gem file:
# ...
gem 'workarea-payflow_pro', source: 'https://gems.weblinc.com'
# ...
Or use a source block:
# ...
source 'https://gems.weblinc.com' do
gem 'workarea-payflow_pro'
end
# ...
Update your application's bundle.
cd path/to/application
bundle
Creating a Test Account
--------------------------------------------------------------------------------
For testing purposes you can create a test account at https://registration.paypal.com/welcomePage.do
Be sure to select the "I do not have a Processor" option. This will create a test account for you.
After completing and verifying the registration process you will need to create an API user in order to begin testing.
Create a user by logging into the admin system and navigating to "Account Administration -> Add User"
This new user should have the pre-defined role of 'API_FULL_TRANSACTIONS'
Once this user is created you can add the login information to your secrets:
payflow_pro:
user:
login:
password:
Documentation
--------------------------------------------------------------------------------
Admin Login Screen:
## https://manager.paypal.com/
Developer Documentation
## https://developer.paypal.com/docs/classic/payflow/payflow-pro/payflow-pro-integration/
Workarea Platform Documentation
--------------------------------------------------------------------------------
See [https://developer.workarea.com](https://developer.workarea.com) for Workarea platform documentation.
License
--------------------------------------------------------------------------------
Workarea Commerce Platform is released under the [Business Software License](https://github.com/workarea-commerce/workarea/blob/master/LICENSE)