Download the PHP package findrow/laravel-usaepay without Composer
On this page you can find all versions of the php package findrow/laravel-usaepay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-usaepay
Laravel - USAePay
Installation
Install using composer:
composer require findrow/laravel-usaepay
Add the service provider in app/config/app.php
:
PhpUsaepay\ServiceProvider::class,
Configuration
Now publish the configuration files to config/usaepay.php:
$ php artisan vendor:publish
This package supports configuration through the services configuration file located in config/usaepay.php
:
Usage
Basic Usage of USAePay:
Example
This package takes care of the creation of ueSecurityToken
.
Find CustNum using searchCustomerID
method
Reference: https://wiki.usaepay.com/developer/soap-1.6/methods/searchcustomerid
Run sale using runTransaction
method
Reference: https://wiki.usaepay.com/developer/soap-1.6/methods/runtransaction
Refer to this link for the complete lists of methods: http://wiki.usaepay.com/developer/soap-1.6/Support#methods