简体   繁体   English

用于买方应用程序的PHP支付网关集成

[英]PHP payment gateway integration for buyer side application

I need a payment gateway for my php application.I am running a software consultancy and employees are from different parts of the world. 我的php应用程序需要一个支付网关。我正在运行一家软件顾问公司,员工来自世界各地。 I have build an application manage invoices and pay money to them. 我建立了一个应用程序来管理发票并向其付款。 I need this to be integrated with a payment gateway. 我需要将此与付款网关集成在一起。

My organization is in USA. 我的组织在美国。

I checked with some payment gateways, but they need seller account for each employee.That is not possible. 我检查了一些支付网关,但它们需要每个员工的卖方帐户,这是不可能的。

My direct requirement is the cash must be transferred from my card/bank account to my employee's bank account . 我的直接要求是必须将现金从我的卡/银行帐户转入员工的银行帐户。 I want to pay through net banking,credit/debit cards,wired transfers,etc. 我想通过网上银行,信用卡/借记卡,电汇等方式付款。 Please help!! 请帮忙!!

Thank you 谢谢

If your requirements are such that the employees need to invoice you first before they get paid, I don't know how you can get around the seller account requirement. 如果您的要求使得员工需要在收款之前先给您开具发票,那么我不知道您该如何解决卖方帐户要求。

However, if all you're trying to do is simply pay your employees, and manage their invoices through a separate system, something like PayPal could work -- I think really any payment gateway could work if you could push your requirements to the point that you simply pay your employees (one process) and handle client invoices through a second process. 但是,如果您要做的只是简单地员工付款 ,并通过单独的系统管理他们的发票,那么PayPal之类的工具就可以工作-我认为,如果您可以将您的要求提高到一定程度,那么任何支付网关都可以工作您只需向员工付款(一个过程)并通过第二个过程处理客户发票。

Last time I checked, Paypal lets you transfer to family and friends without their percentage charge, which you could possibly bend to meet your employee payment requirement, if you can offload the invoicing piece to a separate system. 上次我检查时,Paypal允许您转移给家人和朋友,而无需支付百分比费用,如果您可以将开票单据转移到单独的系统中,则可以满足您的员工付款要求。

First, you don't tell us enough information about your requirements: do you need support for physical goods ? 首先,您没有向我们提供有关您要求的足够信息:您是否需要对实物的支持? if so - who's doing the fulfillment ? 如果是这样-谁在履行任务? you can't charge a credit-card until the package was sent which makes things more complicate than most people are aware of. 在寄出包裹之前,您无法从信用卡中扣款,这会使事情比大多数人所意识到的更加复杂。

Second, what you're referring to is called the re-seller model. 其次,您所指的是转售商模型。 This model is problematic since all the major credit-card companies in the US recently came up with a new requirement: a merchant that processes more than 100K a year should open his own merchant account! 这种模式存在问题,因为美国所有主要的信用卡公司最近都提出了新要求:每年处理超过10万笔交易的商家应开设自己的商家帐户! (that's part of PCI compliancy required from the processors). (这是处理器要求的PCI合规性的一部分)。

If all you need is to pay your employees, and being able to do so globally, there's a cool company that does just that called Tiplati . 如果您所需要做的只是支付员工薪水,并且能够在全球范围内支付薪水,那么有一家很酷的公司就叫做Tiplati

Disclosure: 披露:
I work for one of the major payment processing solutions called Bluesnap 我为一种称为Bluesnap的主要付款处理解决方案工作

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

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