gpt4 book ai didi

php - 使用 Paypal Express Checkout 转账

转载 作者:太空宇宙 更新时间:2023-11-03 16:09:15 33 4
gpt4 key购买 nike

我已经设置了一个支付门户,允许承包商将他们的账户信用余额转换为金钱(Cashout)并转入他们在 Paypal 上的账户。我的想法是将买家的电子邮件动态设置为承包商的 Paypal 电子邮件并运行快速结帐。但是,Paypal 是否允许使用快速结账从企业账户(卖家)向个人账户(买家)转账?我将不胜感激。

最佳答案

是的,你可以做到这一点没问题。 Express Checkout 现在包括并行支付,但您实际上可以使用单个接收者进行设置,并且您可以设置您想要的任何接收者,而不会弄乱权限或类似的东西。

您将使用 PAYMENTREQUEST_n_SELLERPAYPALACCOUNTID 参数来处理它,其中 n 指您请求中的单笔付款,从 0 开始。

对于正在进行的单笔付款,所有类似的参数都只是 PAYMENTREQUEST_0_SELLERPAYPALACCOUNTID,但是如果您要向其他人支付额外的款项,您将使用 PAYMENTREQUEST_1_SELLERPAYPALACCOUNTID 等。

documentation将此参数描述为:

Unique identifier for the merchant. For parallel payments, this field is required and must contain the Payer Id or the email address of the merchant. You can specify up to 10 payments, where n is a digit between 0 and 9, inclusive.

关于php - 使用 Paypal Express Checkout 转账,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24501381/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com