Skip to content

ypppa/signedpay-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignedPay API

This library provides basic API options of SignedPay payment gateway.

Installation

With Composer

$ composer require signedpay/api
{
    "require": {
        "signedpay/api": "~1.0"
    }
}

Usage

<?php

use Signedpay\API\Api;

$api = new Api('YourMerchantId', 'YourPrivateKey');

$response = $api->charge(['SomePaymentAttributes from API reference']);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages