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?
问问题
175 次
1 回答
1
satchmo 邮件列表上的此线程建议首先授权付款,并在订单标记为已发货时捕获。请注意,并非所有支付网关都支持授权——在与您要使用的网关相对应的模块中检查can_authorize
和can_capture
方法。PaymentProcessor
于 2011-05-27T11:29:47.693 回答