Paypal rest api - 发送发票问题

问题描述 投票:0回答:1

我成功创建了草稿发票。当我使用沙盒环境发送发票时收到错误

{"name":"UNPROCESSABLE_ENTITY","message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"9823bcc8a0327","details":[{"issue":"USER_NOT_FOUND","description":"User is not associated with paypal based on invoicer email."}],"links":[{"href":"https://developer.paypal.com/docs/api/invoicing/#errors","method":"GET"}]}

我使用业务凭证登录到沙箱环境,看看我是否可以通过这种方式发送。我收到一条错误消息,提示需要确认沙盒电子邮件地址?

To save or send, please confirm your email address ([email protected]) first.

fyi:错误中的链接无效,导致他们的默认页面,所以没用

c# paypal-sandbox paypal-rest-sdk
1个回答
0
投票

通常,当您在 仪表板 中创建新的沙盒业务帐户时,沙盒帐户电子邮件已经确认。

但是如果由于某种原因没有得到确认,你需要在沙箱环境中确认它,请注意沙箱环境永远不会发送任何真实的电子邮件。

而是登录到该沙箱帐户并转到业务资料电子邮件设置...

编辑时会有一个确认链接,或在必要时添加新电子邮件。您可以从该编辑屏幕重新发送确认“电子邮件”。然后,此“电子邮件”消息将显示在仪表板中测试工具 -> 沙盒通知.

© www.soinside.com 2019 - 2024. All rights reserved.