Satchmo 延迟付款
有没有什么方法可以将 Satchmo 设置为在结账时授权付款,但在收到指示之前不获取资金?文档谈到支持authorize_ payment 和 capture_ payment 的支付后端,但我找不到激活此行为的设置。有人以前做过/知道怎么做吗?
Is there any way that Satchmo can be setup to authorize payments on checkout but not to capture the funds until instructed? The docs speak of the payment backends supporting authorize_payment and capture_payment but i can't find the setting to activate this behavior. Has anyone done this before/know how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
satchmo 邮件列表上的此帖子建议首先授权付款,然后当订单标记为已发货时捕获。请注意,并非所有支付网关都支持授权 - 检查与您要使用的网关对应的模块中
PaymentProcessor
的can_authorize
和can_capture
方法。This thread on satchmo mailing list suggests that payment is authorized first and captured when order is marked as shipped. Note that not all payment gateways support authorization -- check
can_authorize
andcan_capture
methods ofPaymentProcessor
in a module corresponding to gateway you're going to use.