简体   繁体   English

贝宝经理用户与贝宝用户

[英]paypal manager users vs. paypal users

I have Payments Pro Payflow Pro (I think) and using manager.paypal.com with "hosted checout pages" right now but I need to change it to process credit cards directly on my website withotu any embeding or redirections. 我现在拥有Payments Pro Payflow Pro(我认为),并且现在将manager.paypal.com与“托管的checout页面”一起使用,但是我需要对其进行更改以直接在我的网站上处理信用卡,而无需进行任何嵌入或重定向。

Account in manager.paypal.com 在manager.paypal.com中的帐户

PayPal Payments Pro Live -- PayPal Payments Pro Live-

Hosted Checkout Pages Live -- 托管结帐页面实时-

Payflow SDK/API (Full Access) Live -- Payflow SDK / API(完全访问权限)实时-

Paypal Express Checkout Live -- Paypal Express Checkout Live-

Should be possible via REST API right? 应该可以通过REST API正确吗? https://developer.paypal.com/docs/integration/direct/accept-credit-cards/ https://developer.paypal.com/docs/integration/direct/accept-credit-cards/

I added new user in manager.paypal.com with role API_FULL_TRANSACTIONS but there is no user_id or secret values anywhere in manager.paypal.com - these 2 values are needed in order to get access_token according to https://developer.paypal.com/docs/integration/direct/make-your-first-call/ 我在具有角色API_FULL_TRANSACTIONS的manager.paypal.com中添加了新用户,但在manager.paypal.com中的任何地方都没有user_id或秘密值-根据https://developer.paypal.com,这两个值是获取access_token所必需的/文档/集成/直接/化妆您先呼叫/

I see these values when logged in as regular paypal user or developer but not in manager.paypal.com 以常规贝宝用户或开发人员身份登录时看到这些值,但在manager.paypal.com中却没有

What am I missing? 我想念什么? How manager.paypal.com users are connected to paypal users? 如何将manager.paypal.com用户连接到Paypal用户?

Thanks for help! 感谢帮助!

Sounds like you have a PayPal Pro 2.0 account, which gives you full access to both the PayPal Merchant APIs as well as the PayFlow APIs . 听起来您拥有一个PayPal Pro 2.0帐户,该帐户可让您完全访问PayPal Merchant APIPayFlow API

The PayPal Merchant APIs use a USER, PASS, and SIGNATURE in the API request. PayPal Merchant API在API请求中使用USER,PASS和SIGNATURE。 The PayFlow API would use the USER, PASS, VENDOR, and PARTNER values that you're seeing with your PayPal Manager account. PayFlow API将使用您在PayPal Manager帐户中看到的USER,PASS,VENDOR和PARTNER值。

For more details, you might be interested in taking a look at this article I wrote about the history of PayPal Payments Pro . 有关更多详细信息,您可能有兴趣查看我撰写的有关PayPal Payments Pro历史的文章。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM