Skip to content
forked from skuola/PagOnline

IGFS Payment Gateway PHP - SDK

Notifications You must be signed in to change notification settings

phlnx/PagOnline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PagOnline

Igfs payment gateway sdk

#Install

composer require phlnx/pagonline

#Usage

###Verify transaction

<?php

include ('vendor/autoload.php');

//Verify transaction

use PagOnline\init\IgfsCgVerify;

$verify = new IgfsCgVerify();

$verify->serverURL = "server url";
$verify->tid = "terminal id";
$verify->kSig = "signature";
$verify->timeout = "timeout";

$verify->shopID    = "ShopID";
$verify->paymentID = "PaymentID";

var_dump("Result", $verify->execute());

About

IGFS Payment Gateway PHP - SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%