samwaters/vindiciaphp

1.0.0 2016-07-25 18:34 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:28:55 UTC


README

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