PayPal .Net Invoice API多个账户

时间:2015-05-06 09:06:07

标签: c# .net paypal

我无法将多个PayPal-Merchant-Accounts添加到我的C#PayPal-API中。我找到了这个解决方案,但是我得到了一个名称id字段的错误: Is it possible to have multiple seller PayPal accounts a la eBay? (ASP.NET MVC 5) 是否可以通过Paypal-Object发送API登录详细信息?

1 个答案:

答案 0 :(得分:0)

我找到了解决方案。在Invoice Service对象中,您可以选择以下方法:

public CreateAndSendInvoiceResponse CreateAndSendInvoice(CreateAndSendInvoiceRequest createAndSendInvoiceRequest, string apiUserName);

通过结合我的问题(无ID)链接中的答案,我现在可以在多个帐户之间进行选择。

修改

另一个解决方案: https://github.com/paypal/sdk-core-dotnet/wiki/SDK-Configuration-Parameters