如何通过 ASP.NET 将钱从商家 Paypal 帐户转移到 EndUser Paypal 帐户? [英] How to transfer Money from Merchant Paypal account to EndUser Paypal account through ASP.NET?

查看:22
本文介绍了如何通过 ASP.NET 将钱从商家 Paypal 帐户转移到 EndUser Paypal 帐户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在我的 asp.net web 应用程序中使用 C# 将金额从 Paypal Merchant Account 转移到 End User Paypal account.可能吗?

I have a requirement to Transfer the Amount from Paypal Merchant Account to End User Paypal account in my asp.net web application using C#. Is it possible?

场景如下:

  1. 消费者访问网站并希望销售网站上在线列出的一些产品.
  2. 登录网站并通过我们的网站选择要在线销售的产品.
  3. 网站接受(paypal 信息)&发送送货信息.
  4. 收到产品后,将通过 Web 应用程序从 Merchant Paypal 帐户最终用户 Paypal 帐户 付款.

那么,是否有任何 Paypal API 可以将钱从 Merchant Account 转移到 EndUser Paypal 帐户?

So, is there any Paypal API to transfer money from Merchant Account to EndUser Paypal account?

他们的任何 SandBox 是否由 Paypal 提供?

Is their any SandBox provided by Paypal?

ASP.net 中的示例代码?请推荐要求,建议做..!

Sample Code in ASp.net? Please recommend the requirements, suggestions to do..!

感谢帮助!

推荐答案

将资金从商家帐户转移到另一个帐户(汇款)时,有多种选择.

there are a number of options available when it comes to transferring funds from a merchant account to another account (sending money).

  1. MassPay API -->这是一个强大的解决方案,您可以使用它在每次通话时从一个商家向最多 250 个收款人发送资金.这可以通过 API 请求和 PayPal 帐户本身通过上传 CSV 文件来完成.

  1. MassPay API --> This is a robust solution you can use to send funds from one merchant to up to 250 recipients per call. This can be done via an API request and via the PayPal Account itself by uploading a CSV file.

更多信息:
文档:https://developer.paypal.com/webapps/developer/docs/classic/mass-pay/gs_MassPay/示例代码:http://paypal.github.io/#merchant -->您会在 SDK 中找到一个 masspay 示例

More info:
Documentation: https://developer.paypal.com/webapps/developer/docs/classic/mass-pay/gs_MassPay/ Sample Code: http://paypal.github.io/#merchant --> you'll find a masspay sample within the SDK

自适应支付 API - 隐式支付 -->使用自适应付款,您可以选择发送隐式付款"基本上,当发件人帐户与 API 用户名关联的帐户相同时,PayPal 不需要发件人的明确批准(因此是隐式")

Adaptive Payments API - Implicit Payments --> With adaptive payments, you do have the option of sending "Implicit Payments" basically, when the sender account is the same account that is associated with the API Username, PayPal does not require an explicit approval from the sender (hence the "implicit")

文档:https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/#id094MB0Q0T5Z

示例:http://paypal.github.io/#adaptive-payments

Payments Pro - Credit API -->您可以使用DoNonReferencedCredit"直接向客户信用卡发送资金.API方法

Payments Pro - Credit API --> You can send funds directly to a customers credit card using the "DoNonReferencedCredit" API method

请参阅:https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/DoNonReferencedCredit_API_Operation_NVP/示例:参考1中链接的商户SDK.

See: https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/DoNonReferencedCredit_API_Operation_NVP/ Samples: refer to the Merchant SDK linked in 1.

在我的脑海中,这些将是可用的 PayPal 产品选项.

Out of the top of my head, these would be the available PayPal product options.

这篇关于如何通过 ASP.NET 将钱从商家 Paypal 帐户转移到 EndUser Paypal 帐户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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