Westpac PayWay payment integration for SilverShop.
PayWay uses client-side JavaScript to generate tokens for using with their REST API instead of interacting with credit card details directly on your site.
To integrate the Omnipay PaywayRest adapter with SilverShop, this module overrides the default checkout component.
To date, the following features have been implemented:
Many thanks to the work done by Mark Guinn on the Braintree and Stripe modules.
Install the module using composer.
composer require rotassator/silvershop-payway
Create a config file (eg. mysite/_config/payment.yml
) similar to the following:
---
Name: payment
---
Payment:
allowed_gateways:
- 'PaywayRest'
---
Except:
environment: 'live'
---
GatewayInfo:
PaywayRest:
parameters:
apiKeyPublic: PUBLISHABLE-KEY-FOR-TEST-ACCOUNT
apiKeySecret: SECRET-KEY-FOR-YOUR-TEST-ACCOUNT
merchantId: TEST
testMode: true
---
Only:
environment: 'live'
---
GatewayInfo:
PaywayRest:
parameters:
apiKeyPublic: PUBLISHABLE-KEY-FOR-LIVE-ACCOUNT
apiKeySecret: SECRET-KEY-FOR-YOUR-LIVE-ACCOUNT
merchantId: MERCHANT-ID
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem