使用PayPal的多商户支付系统 [英] Multi merchant payment system with PayPal

查看:109
本文介绍了使用PayPal的多商户支付系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要构建用户可以在其中销售商品的Web应用程序. 每个用户都应该能够直接在其PayPal帐户中赚钱. 您能否建议在这种情况下更好/安全地使用哪种贝宝服务/付款方式(或其他付款系统)?

I need to build web application where users can sell goods. Each user should be able to get money directly on his PayPal account. Can you suggest which PayPal service/payment method (or other payment system) it is better/safely to use in this case?

预先感谢

推荐答案

这很容易设置(如果我正确阅读了您的要求).您必须创建系统的一部分,但这很明显.

This is easily set up (if I read your requirements correctly). You would have to create your part of the system, but that's obvious.

其余款项,特别是供应商付款,可以全部由PayPal处理.

The rest, specifically vendor payments, could be handled all by PayPal.

PayPal可以将订单处理到单个帐户中.您只需为每个购买链接使用相同的IPN通知文件. PayPal用来通知订单的是此IPN通知文件.没关系,它可能来自Suzie的帐户或TO Bob的帐户.

PayPal could process the orders into individual accounts. You would simply have to use the same IPN notification file for each Buy Link. This IPN notification file is what PayPal uses to notify an order has come. It does not matter that it may have come TO Suzie's or TO Bob's account.

因此,您的通知脚本将获得订单-然后,您的内部系统将供应商与众不同,……就是这样.)

So, your notification script gets the order -- Then, your internal system differentiates the vendor and ... that's it ;).

IPN也非常简单,并且它们具有各种语言的精美模板,可以帮助您入门.

IPN is very simple too, and they've got nice templates in various languages to get you started.

我敢肯定还有其他方法可以做到,但是IPN是我个人使用的,结合了后端系统.我什至还有另一家供应商,他们出售我的产品的插件.只需更改购买URL(或表单)中的收件人电子邮件,Money便直接进入他的PayPal帐户.

I'm sure there are alternate ways to do it, but IPN is what I personally use, combined with a back-end system. I even have another vendor whose plug-in for my product I sell. Money goes directly into his PayPal account by simply changing the recipient email in the Buy URL (or form).

任何称职的程序员都应该能够轻松地处理此问题.精通SQL/数据库经验和Web编码(任何语言).就是这样.非程序员甚至可能会学到东西,尽管需要小心清理输入内容以防止SQL注入攻击.

Any competent programmer should be able to handle this with ease. The proficiencies would be SQL/database experience and web coding (any language). That's about it. A non-programmer could probably even learn, though needs to be careful to sanitize the input to protect against SQL injection attacks.

这篇关于使用PayPal的多商户支付系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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