tnw / module-authorizenetcim
Authorize.net CIM for Magento 2
2.4.13
2022-09-07 08:23 UTC
Requires
- lcobucci/jwt: ~3.2.2
- magento/framework: ^103.0
- magento/module-authorization: ^100.4
- magento/module-backend: ^102.0
- magento/module-catalog: ^104.0
- magento/module-catalog-inventory: ^100.4
- magento/module-checkout: ^100.4
- magento/module-config: ^101.2
- magento/module-configurable-product: ^100.4
- magento/module-cron: ^100.4
- magento/module-customer: ^103.0
- magento/module-directory: ^100.4
- magento/module-downloadable: ^100.4
- magento/module-eav: ^102.1
- magento/module-gift-message: ^100.4
- magento/module-msrp: ^100.4
- magento/module-offline-payments: ^100.4
- magento/module-payment: ^100.4
- magento/module-quote: ^101.2
- magento/module-sales: ^103.0
- magento/module-shipping: ^100.4
- magento/module-store: ^101.1
- magento/module-swatches: ^100.4
- magento/module-tax: ^100.4
- magento/module-theme: ^101.1
- magento/module-ui: ^101.2
- magento/module-vault: ^101.2
- magento/module-webapi: ^100.4
- magento/module-weee: ^100.4
- magento/module-wishlist: ^101.2
- powersync/authorizenet-sdk-php: ~2.0.2
- tnw/marketing: ~2
- v2.4.x-dev
- 2.4.13
- 2.4.12
- 2.4.11
- 2.4.10
- 2.4.9
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.3
- 2.1.9
- 2.1.5
- v1.0.1
- v1.0.0
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-PS-2159
- dev-TNW-2094
- dev-develop-2.4.x
- dev-test-deploy
- dev-develop-2.3.x
- dev-TNW-729
- dev-master
- dev-add-sdk-logger
- dev-add-address-to-refund
This package is auto-updated.
Last update: 2024-08-31 22:25:15 UTC
README
使用 Authorize.net 客户信息管理器(CIM) 接受和存储客户信息,包括支付方式。
- 在收集所有支付时,使用 Accept.js 令牌化安全地接受客户支付。
- 为客户提供存储支付信息以便未来交易的选择。
- 存储的客户卡信息可用于前端或后端创建的订单。
- 新的支付可以进行授权或授权并捕获。
- 在创建发票时可以在线捕获已授权的支付。
- 创建信用凭证时支持全额和部分退款。
- 支持多个送货地址
- 支持 Magento InstantPurchase
安装
在您的 Magento 2 根目录中运行
composer require tnw/module-authorizenetcim
bin/magento setup:upgrade
配置
配置可以在 Magento 2 管理面板中的以下位置找到
商店->配置->销售->支付方式->Authorize.net CIM
Accept.js 和测试模式
测试模式需要您的结账和后台页面使用 HTTPS 协议,即使在您的测试开发环境中也是如此。当模块处于测试模式时,将加载正确的 Accept.js 版本,即 https://jstest.authorize.net/v1/Accept.js,但如果您尝试在 HTTP 上使用它,将会出错。您不需要有效的 SSL 证书进行测试。