phpcommerce/payment-giropay

PHPCommerce Giropay Payment

dev-master 2015-10-05 09:10 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:40:32 UTC


README

Build Status Coverage Status

This plugin implements the Giropay Payment API for the PHPCommerce framework.

The following giropay services are supported:

  • giropay bankstatus
  • giropay checkout (transaction start, transaction status, transaction notifies)

The following giropay services are NOT implemented yet:

  • giropay AVS
  • eps
  • credit card
  • direct debit
  • PayPal
  • iDEAL

For more information about the api specification visit http://api.girocheckout.de/

Configuration

In order to use this Bundle you need to define the following configuration in your parameters.yml

  • phpcommerce.payment.gateway.giropay.configuration.merchantId
  • phpcommerce.payment.gateway.giropay.configuration.projectId
  • phpcommerce.payment.gateway.giropay.configuration.secret

Tests

There are live tests included in the test suites. They're simulating a browser and doing a full giropay checkout. You might want to disable them during local development. Use the --exclude-group liveTest option to phpunit to do that.