我想知道我是否可以在paypal pro请求中分割金额请求。我使用PayPal_base.dll并创建DoDirectPaymentRequest或DoExpressCheckoutPaymentRequest。但我想知道我是否可以拆分或使用自适应付款来在两个不同的账户中汇款。
答案 0 :(得分:0)
You can use adaptive payments to split the payments using Express Checkout, but not with DoDirectPayment.
Here is some info on setting up adaptive: https://developer.paypal.com/docs/classic/adaptive-payments/ht_ap-basicChainedPayment-curl-etc/
and the Express Checkout guide: https://developer.paypal.com/docs/classic/express-checkout/gs_expresscheckout/