贝宝沙盒测试多供应商佣金未找到

发布于 2025-02-05 12:39:41 字数 2008 浏览 3 评论 0原文

我正在使用Paypal Sandbox,以集成到我们的平台。
这就是我的身体创建订单时的样子。
订单被成功地批准并被捕获,但佣金不会收取我的沙箱帐户。
有人知道我做错了什么吗?

  "intent": "CAPTURE",
  "purchase_units": [
    {
      "reference_id": "ORDER1",
      "payee": {
        "merchant_id": "YKSAWY4EFUQ9N",
        "email_address": "[email protected]"
      },
      "amount": {
        "currency_code": "USD",
        "value": "2000.00"
      },
      "payment_instruction": {
        "disbursement_mode": "INSTANT",
        "platform_fees": [
          {
            "amount": {
              "currency_code": "USD",
              "value": "200.00"
            },
            "payee": {
                "email_address": "[email protected]",
                "merchant_id": "VZBJPJUECRLUY"
            }
          }
        ]
      }
    },
    {
      "reference_id": "ORDER2",
      "payee": {
        "merchant_id": "P7P8DG5Z9YF54",
        "email_address": "[email protected]"
      },
      "amount": {
        "currency_code": "USD",
        "value": "1000.00"
      },
      "payment_instruction": {
        "disbursement_mode": "INSTANT",
        "platform_fees": [
          {
            "amount": {
              "currency_code": "USD",
              "value": "100.00"
            },
            "payee": {
                "email_address": "[email protected]",
                "merchant_id": "VZBJPJUECRLUY"
            }
          }
        ]
      }
    }
  ]
}

I was playing with PayPal Sandbox to integrate to our platform.
This is what my body looks like when creating order.
Order was approved and captured successfully, but commission fees don't come to my sandbox account.
Does anyone know what I did wrong?

  "intent": "CAPTURE",
  "purchase_units": [
    {
      "reference_id": "ORDER1",
      "payee": {
        "merchant_id": "YKSAWY4EFUQ9N",
        "email_address": "[email protected]"
      },
      "amount": {
        "currency_code": "USD",
        "value": "2000.00"
      },
      "payment_instruction": {
        "disbursement_mode": "INSTANT",
        "platform_fees": [
          {
            "amount": {
              "currency_code": "USD",
              "value": "200.00"
            },
            "payee": {
                "email_address": "[email protected]",
                "merchant_id": "VZBJPJUECRLUY"
            }
          }
        ]
      }
    },
    {
      "reference_id": "ORDER2",
      "payee": {
        "merchant_id": "P7P8DG5Z9YF54",
        "email_address": "[email protected]"
      },
      "amount": {
        "currency_code": "USD",
        "value": "1000.00"
      },
      "payment_instruction": {
        "disbursement_mode": "INSTANT",
        "platform_fees": [
          {
            "amount": {
              "currency_code": "USD",
              "value": "100.00"
            },
            "payee": {
                "email_address": "[email protected]",
                "merchant_id": "VZBJPJUECRLUY"
            }
          }
        ]
      }
    }
  ]
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白色秋天 2025-02-12 12:39:41

platform_fees从来没有记入PayPal帐户。在生产中,它们将存入与该帐户相关的确认银行帐户。您唯一会看到它们的地方是

此外,要使用platform_fees,必须首先使用third_party_details设置为contry> partch_fee_fee https://develoverer.paypal.com/docs/paypal.com/doci/partner-partner-partner-partner-referral- a>

platform_fees are not credited to a PayPal account, ever. In production, they will be deposited to the confirmed bank account associated with the account. The only place you will see them is in a financial detail report.

Also, in order to use platform_fees the receiver of the transaction must first be onboarded with a third_party_details set to PARTNER_FEE https://developer.paypal.com/docs/api/partner-referrals/v2/#definition-third_party_details

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文