文件名称:swedbank-spp:Swedbank付款门户的网关接口
文件大小:56KB
文件格式:ZIP
更新时间:2024-06-11 03:54:52
PHP
瑞典银行SPP 关于 允许与波罗的海和北欧的Swedbank付款门户支付系统集成。 支持主要的波罗的海银行直接付款(Banklinks),信用卡和PayPal服务。 它提供了统一的工作流程,可以处理Swedbank付款门户服务中可用的各种付款方式。 支持的操作是: 开始付款交易 交易结果要求 付款退款(即将推出) 密码变更 有关版本历史记录,请参见文件。 要求 该库要求PHP 5.5 +,CURL和SimpleXML函数可用,并且您的服务器应该能够与Swedbank服务器通信。 使用付款网关需要有效的凭证(从Swedbank获得)。 安装 推荐的安装方式是使用Composer。 只需在您的composer.json添加依赖项: " require " : { " webmasterlv/swedbank-spp " : " ^1.0 " } 或通过发出composer r
【文件预览】:
swedbank-spp-master
----.gitignore(86B)
----README.md(13KB)
----CHANGELOG.md(533B)
----LICENSE(1KB)
----composer.json(448B)
----CONTRIBUTING.md(267B)
----src()
--------Response()
--------Payment()
--------Exception()
--------Merchant.php(2KB)
--------Customer.php(3KB)
--------Operation()
--------Gateway.php(12KB)
--------Response.php(911B)
--------Transport()
--------Operation.php(783B)
--------Template.php(2KB)
--------Accreditation.php(2KB)
--------Order.php(3KB)
--------DataSource.php(465B)
----templates()
--------attempt_paypal.xml(826B)
--------query_paypal.xml(445B)
--------payment_create_paypal.xml(1KB)
--------recurring_setup.xml(2KB)
--------recurring_pay.xml(520B)
--------set_password.xml(447B)
--------card_capture_setup_with_pay.xml(703B)
--------payment_create_ib.xml(1KB)
--------recurring_setup_pay.xml(2KB)
--------3dsecure_verify.xml(373B)
--------set_recurring_schedule.xml(1KB)
--------payment_create_cc.xml(2KB)
--------card_capture_setup.xml(671B)
--------3dsecure_auth.xml(315B)
--------query.xml(328B)
--------payment_create_cc_anon.xml(1KB)
----examples.zip(5KB)