2017 © Pedro Peláez
 

library sips-office-sdk

This library simplifies the use of Sips 2.O, the e-payments API.

image

worldline/sips-office-sdk

This library simplifies the use of Sips 2.O, the e-payments API.

  • Saturday, June 16, 2018
  • by nicolasros
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

worldline/sips-office-sdk-php

This package provides a PHP implementation for the Sips Office JSON, Paypage JSON and Walletpage JSON API's., (*1)

:warning: This library is written for Sips 2.0 and is not compatible with Sips 1.0., (*2)

Github last commit \ GitHub release (latest by date including pre-releases) \ GitHub issues GitHub closed issues \ GitHub, (*3)

Installation

The easiest way to install os through Composer. Use composer to install the latest version of the library., (*4)

composer require worldline/sips-office-sdk

After installing, don't forget to require composer's autoloader if needed., (*5)

require_once 'vendor/autoloader.php';

Usage

Setup

First, set up the environment. Depending on the API you wish to use, there is a PaypageEnvironment, OfficeEnvironment and WalletEnvironment. Each API can be used in production (PROD) and in test (TEST), (*6)

$env = new PaypageEnvironment("PROD");

Then use this environment to set up the client., (*7)

$client = new SipsClient($env, "merchantId", "secretKey", keyVersion);

Use included functions.

doCardOrder

description, (*8)

example

doWalletOrder

description, (*9)

example

doGetBcmcIntent

description, (*10)

example

doGetBcmcQr

description, (*11)

example

doPaymentProviderFinalize

description, (*12)

example

doGetTransactionData

description, (*13)

example

doRefund

description, (*14)

example

doDuplicate

description, (*15)

example

doAddCard

description, (*16)

example

doGetWalletData

description, (*17)

example

doGetPaymentMean

description, (*18)

example

doDeletePaymentMean

description, (*19)

example

doSignoffWallet

description, (*20)

example

Advanced requests.

blabla, (*21)

Additional functions.

getLastRequestAsJSON()

blabla php voorbeeld #### getLastResponseAsJSON() blabla php voorbeeld, (*22)

The Versions

16/06 2018

dev-master

9999999-dev https://github.com/nicolasros/sips-office-sdk-php

This library simplifies the use of Sips 2.O, the e-payments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Ros

payments psp bancontact sips worldline

16/06 2018

0.0.2

0.0.2.0 https://github.com/nicolasros/sips-office-sdk-php

This library simplifies the use of Sips 2.O, the e-payments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Ros

payments psp bancontact sips worldline

15/06 2018

0.0.1

0.0.1.0 https://github.com/nicolasros/sips-office-sdk-php

This library simplifies the use of Sips 2.O, the e-payments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Ros

payments psp bancontact sips worldline