gpt4 book ai didi

ruby-on-rails - 使用 API 调用账户作为接收者账户

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

我正在尝试使用 Active Merchant 集成 Paypal 自适应结账功能和 active_paypal_adaptive_payment gem 。在用户注册期间,用户需要注册他/她的 Paypal 账户以便在交易期间接收付款。

我已经为 activemerchant 设置了所有凭据。在 paypal 中注册用户帐户时出现以下错误。

You are logging into the account of the API caller of this transaction. Please change your login information and try again.

enter image description here是否可以在结帐时使用相同的 API 调用帐户作为次要收款人?

谢谢,任何建议将不胜感激。

最佳答案

您可以使用 Chain Payments其中 API 调用者电子邮件地址和辅助接收者电子邮件地址相同。您收到此错误 您正在登录此交易的 API 调用者的帐户。请更改您的登录信息并重试。当您使用 api 调用者的电子邮件作为付款的发件人时。

receiverList.receiver(0).email = YYY@gmail.com
receiverList.receiver(0).amount = 5.00
receiverList.receiver(0).primary = true
receiverList.receiver(1).email = XXX@gmail.com `this can be the api caller's email address as well`
receiverList.receiver(1).amount = 2.00
receiverList.receiver(1).primary = false
feesPayer = EACHRECEIVER

关于ruby-on-rails - 使用 API 调用账户作为接收者账户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34262762/

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