hestec/silverstripe-payment-sisow

SilverStripe Payment Sisow 模块为 iDEAL、MisterCash、Sofort、Giropay、Bancontact、EPS、MasterCard、VisaCard、Maestro、Webshop Giftcard、Podium Giftcard、VVV Giftcard、ING Home Pay、PayPal、Focum、Klarna、电汇提供支持

安装: 131

依赖: 0

建议: 0

安全: 0

类型:silverstripe-module

2.0.2 2016-05-30 19:36 UTC

This package is auto-updated.

Last update: 2024-09-22 02:36:56 UTC


README

概述

此模块为 SilverStripe Payment 模块(https://github.com/silverstripe-labs/silverstripe-payment/tree/1.0)提供 Sisow 支持。您需要成为 Sisow(荷兰支付服务提供商)的商家,更多信息请访问 http://www.sisow.nl

Sisow 提供以下支付方式

  • iDEAL(荷兰)
  • BanContact(比利时,原名 Mistercash)
  • Sofort(国际)
  • PayPal(国际)
  • Giropay(德国)
  • 电汇(国际)
  • Webshop Giftcard(荷兰)
  • PodiumCadeauKaart(荷兰)
  • MasterCard(国际)
  • Visa(国际)
  • Maestro(国际)
  • EPS(奥地利)
  • ING Home'Pay(比利时)
  • VVV Giftcard(荷兰)
  • Focum Afterpay(国际)
  • Klarna Afterpay(国际)

此模块可以处理所有这些支付方式。

如果您将此模块与 SilverStripe Payment Manager(https://bitbucket.org/hestec/silverstripe-payment-manager)结合使用,可以启用/禁用测试模式以进行测试支付。

版本

使用语义化版本控制。

要求

  • SilverStripe > 3.1,已测试到 3.3.1。
  • SilverStripe Payment Module 1.0。

安装

composer require hestec/silverstripe-payment-sisow 2.*

使用

在您的应用程序 YAML 配置中启用(例如:mysite/_config/payment.yaml)

PaymentGateway:
  environment:
    'dev'

PaymentProcessor:
  supported_methods:
    dev:
      - 'Sisow_iDEAL'
      - 'Sisow_MisterCash'
      - 'Sisow_Sofort'
      - 'Sisow_PayPal'
      - 'Sisow_Giropay'
      - 'Sisow_Overboeking'
      - 'Sisow_WebshopGiftcard'
      - 'Sisow_PodiumCadeauKaart'
      - 'Sisow_MasterCard'
      - 'Sisow_VisaCard'
      - 'Sisow_Maestro'
      - 'Sisow_EPS'
      - 'Sisow_INGHomePay'
      - 'Sisow_VVV'
      - 'Sisow_Focum'
      - 'Sisow_Klarna'

    live:
      - 'Sisow_iDEAL'
      - 'Sisow_MisterCash'
      - 'Sisow_Sofort'
      - 'Sisow_PayPal'
      - 'Sisow_Giropay'
      - 'Sisow_Overboeking'
      - 'Sisow_WebshopGiftcard'
      - 'Sisow_PodiumCadeauKaart'
      - 'Sisow_MasterCard'
      - 'Sisow_VisaCard'
      - 'Sisow_Maestro'
      - 'Sisow_EPS'
      - 'Sisow_INGHomePay'
      - 'Sisow_VVV'
      - 'Sisow_Focum'
      - 'Sisow_Klarna'

SisowGateway:
  live:
    authentication:
      merchantid: ''
      merchantkey: ''
  dev:
    authentication:
      merchantid: ''
      merchantkey: ''
      
### Todo/Issues ###

No known issues. For ideas or issues contact us.