Download the PHP package yunhanshi/windcave-payment without Composer
On this page you can find all versions of the php package yunhanshi/windcave-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yunhanshi/windcave-payment
More information about yunhanshi/windcave-payment
Files in yunhanshi/windcave-payment
Package windcave-payment
Short Description The composer plugin for Payment Express (Windcave) Pxpay 2 and EFTPOS HIT (host Initiated Transactions)
License MIT
Informations about the package windcave-payment
Windcave Payment PHP SDK
Overview
This plugin is for fast development of Payment Express (Windcave) Pxpay 2 and EFTPOS HIT (host Initiated Transactions) service. To use this plugin, you should apply for related accounts from Windcave.
Requirements
- PHP 7.0+.
- cURL extension.
- Windcave account.
Install
Composer
run the following command in your project's root directory
Manual
Download the SDK source code, and introduce the autoload.php
file under the SDK directory to your code:
Pxpay 2
PxPay 2.0 is a platform independent ecommerce solution provided by Windcave. Using a Hosted Payment Page to accept sensitive card data, PxPay2.0 provides a financially secure and compliant solution without exposing merchants to sensitive information. Instead of hosting a payment page on their own website, PxPay 2.0 allows merchants to redirect their customer to a payment page hosted by Windcave; this will normally reduce the scope of Payment Card Industry compliance.
Document
Example
See example in file example/PxpaySample.php
HIT
The Windcave Host Initiated Transaction (HIT) solution is a web facing HTTPS service that permits control of a payment transaction on a Windcave terminal.
There is no requirement of a direct physical connection between the Point of Sale (POS) application and the Windcave terminal. All required software is on the Windcave Terminal and Host. All messages are sent online via the internet to create an end-to-end cloud-based payment solution.
Document
Example
See example in file example/HITSample.php