2017 © Pedro Peláez
 

symfony-bundle saferpay-bundle

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

image

valiton/saferpay-bundle

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

  • Monday, December 19, 2016
  • by sveriger
  • Repository
  • 20 Watchers
  • 1 Stars
  • 103 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Saferpay - Extension to the JMSPaymentCoreBundle providing access to Saferpay.

This bundle now uses the new Saferpay JSON API, (*1)

Installation

Install the bundle with composer:, (*2)

composer require valiton/saferpay-bundle

and activate the bundle in your kernel., (*3)

Configuration

Configure the bundle according to your needs, full config example:, (*4)

valiton_payment_saferpay:
    account: <some account>  # your saferpay account, usually account-terminalid
    jsonapi_key: <some key>  # API key generated  through saferpay backend
    jsonapi_pwd: <some pw>   # API password generated through saferpay backend
    return_url: <some url>   # url called on successfull payment
    error_url: <some url>    # url called on error
    cancel_url: <some url>   # url called on user cancel
    saferpay_test: true      # use the saferpay test system at test.saferpay.com
    cardrefid: new|random    # create card alias: new: alias is generated by saferpay, random: alias is generated by us
    cardrefid_prefix: TST    # prefix of the randomly generated alias
    cardrefid_length: 33     # length of the randomly generated alias (inclusive prefix)

The Versions

19/12 2016

dev-master

9999999-dev

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

  Sources   Download

MIT

The Requires

 

by Sven Cludius

payment saferpay

19/12 2016

0.2

0.2.0.0

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

  Sources   Download

MIT

The Requires

 

by Sven Cludius

payment saferpay

15/12 2016

0.1.2

0.1.2.0

Symfony2 bundle for providing access to Saferpay. This is an extension to the JMSCorePaymentBundle.

  Sources   Download

MIT

The Requires

 

by Sven Cludius

payment saferpay