Skip to content

samwaters/VindiciaPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VindiciaPHP

Vindicia PHP Client for Select APIs

Table of Contents

Usage

With composer:

"samwaters/vindiciaphp": "dev-master"

Without composer:

include_once("vendor/autoload.php");

Creating a client

Your username and password come from Vindicia
Mode is either live or test
$client = new VindiciaClient($username, $password, $mode);

Supported Calls

Bill Transactions

Submit transactions for processing by Vindicia

Fetch Billing Results

Get a list of processed transactions

Fetch By Merchant Transaction Id

Find a transaction by merchant id

Fetch Chargebacks

Get a list of chargebacks

Refund Transactions

Stop further processing of the specified transactions and refund them if they have been successfully charged

Report Transactions

Get a list of the results of the billing attempts for the specified transactions

Vindicia Documentation