我正在使用 PHP 和 Paypal 开发支付系统。
据此: https ://developer.paypal.com/webapps/developer/docs/integration/web/accept-paypal-payment/
有为 Paypal 付款准备交易的说明。
它说'将意图设置为销售,然后'。但是,我想稍后再获取付款。
我可以将意图设置为“授权”吗?
我正在使用 PHP 和 Paypal 开发支付系统。
据此: https ://developer.paypal.com/webapps/developer/docs/integration/web/accept-paypal-payment/
有为 Paypal 付款准备交易的说明。
它说'将意图设置为销售,然后'。但是,我想稍后再获取付款。
我可以将意图设置为“授权”吗?
Yes, that's exactly what you do. I think it is stated pretty obviously here
"Payment intent; Must be set to sale for immediate payment or authorize for a delayed payment to be captured at a later time. Required."