Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用PayPal IPN,我们可以实现延迟付款吗?完美的例子是 Groupon,只有在交易小费时才向卡收费。有人可以阐明使用 PayPal IPN 的实施部分,以及如何在交易小费时一次收取多张卡的费用。
对于授权和捕获:
要授权付款,您必须在paymentmethod参数中传递“授权”而不是“销售”
paymentmethod
<input type="hidden" name="paymentaction" value="authorization" />
因此,对于这种类型的付款,贝宝不会立即向发件人收费,而是会等到收款人确认。要获取此付款,有两种方法可用: