是否有可能有多个卖家的贝宝账户一拉易趣? (ASP.NET MVC 5) [英] Is it possible to have multiple seller PayPal accounts a la eBay? (ASP.NET MVC 5)

查看:100
本文介绍了是否有可能有多个卖家的贝宝账户一拉易趣? (ASP.NET MVC 5)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有我想在这里写这篇道歉的第一位。贝宝的论坛,不要让我创建一​​个新的职位。而

我试图寻找在这些地方:

(这是我有同样的问题,但似乎无法找到答案吧)

<一href=\"https://www.paypal-community.com/t5/How-to-use-PayPal-Archive/Multi-Vendor-Site-and-how-to-use-Paypal/td-p/36855\" rel=\"nofollow\">https://www.paypal-community.com/t5/How-to-use-PayPal-Archive/Multi-Vendor-Site-and-how-to-use-Paypal/td-p/36855

即使试图寻找在这里:
https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/

和阅读:

<一href=\"https://www.paypal-community.com/t5/About-Business/Developers-looking-for-help-Please-read/m-p/426651#U426651\" rel=\"nofollow\">https://www.paypal-community.com/t5/About-Business/Developers-looking-for-help-Please-read/m-p/426651#U426651

然后,它重定向我的eBay INC

现在,真正的问题:

我有一个多厂商的网站。我想知道这是否是可能的(如果是,如何做到这一点的ASP.NET MVC 5)设置多个贝宝的卖家帐户。我的意思是,每个厂商都有,其中他可以直接接收他支付给它自己的PayPal帐户。

我不知道该如何前preSS这在谷歌方面,所以我不能想出一个更好的解决方案。

太感谢了!


解决方案

在你的web.config

创建栏目

 &lt;节名称=贝宝TYPE =PaypalCredentials,付款/&GT;

和也创造了贝宝栏目

 &LT;&贝宝GT;
    &LT;帐户&GT;
        &LT;帐户ID =1apiUsername =xxx.api1.comapiPassword =YXYapiSignature =asdasd/&GT;
        &LT;帐户ID =2apiUsername =yyy.api1.comapiPassword =XYXapiSignature =dasdas/&GT;
    &LT; /账户&GT;
&LT; /&贝宝GT;

然后

您需要决定哪个帐户将前SETEX presscheckout使用,并且也使用相同的凭据信息,当你正在GETEX presscheckoutresponse和doauthorization

也有另一种方式,你可以到你的帐户到另一个之一,那么当你正在要求你需要你把给定的身份验证的帐户的电子邮件地址,在贝宝商户凭证学科领域

First of all I'd like to apologize for writing this here. PayPal's forum do not let me create a new post. And the

I tried looking in these places:
(This is the same question I'm having, but can't seem to find an answer to it)
https://www.paypal-community.com/t5/How-to-use-PayPal-Archive/Multi-Vendor-Site-and-how-to-use-Paypal/td-p/36855

Even tried looking here: https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/

And read this:
https://www.paypal-community.com/t5/About-Business/Developers-looking-for-help-Please-read/m-p/426651#U426651

And then, it redirects me to eBay inc

Now, the real question:

I have a multi-vendor site. And I'd like to know if it's possible (and if it is, how to do this in ASP.NET MVC 5) to set up multiple PayPal seller accounts. What I mean, each vendor has its own paypal account by which he can receive his payment directly to it.

I don't know how to express this in Google terms, so I couldn't come up with a better solution.

Thanks a million!

解决方案

in your web.config

create section

<section name="PayPal" type="PaypalCredentials, Payment" />

and also create paypal section

<PayPal>
    <accounts>
        <account id="1" apiUsername="xxx.api1.com" apiPassword="yxy" apiSignature="asdasd" />
        <account id="2" apiUsername="yyy.api1.com" apiPassword="xyx" apiSignature="dasdas" />
    </accounts>  
</PayPal>

Then

You need to decide which account you will use before setexpresscheckout and also use the same credential info when you are making getexpresscheckoutresponse and doauthorization

There is also another way that you can give 3rd party authentication to one of the your account to another then when you are making request you need you put email address of given authenticated account in the subject area of paypal merchant credentials

这篇关于是否有可能有多个卖家的贝宝账户一拉易趣? (ASP.NET MVC 5)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆