市政当局(公用事业)的定期付款后端系统
我能够并且愿意开发一个基于 Web 的前端 UI(以及任何支持前端的服务器端代码),但我正在努力寻找一个经过验证的、低成本的自动支付处理系统,该系统具有一个很好的 API,我可以用于处理实际付款。
我预计该系统将只接受支票账户付款(不接受信用卡)。一旦用户提供相关信息,他们将根据该月的使用情况每月自动收取乡村公用事业使用费。我将使用 UI 允许用户跟踪历史记录、更改账单信息等。
有什么建议吗?
I'm able and willing to develop a frontend web-based UI (and any server-side code to support the frontend) but I'm stuggling to find a proven, low-cost automatic payment processing system with a nice API that I can use to handle the actual payments.
I envision the system will only accept checking account payments (no credit cards). Once the user supplies the relevant info, they will be automatically billed for their village utility use every month, based on that month's usage of course. I'll use the UI to allow the user to track history, change billing info, etc.
Any recommendations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Authorize.Net 提供电子支票服务。他们的 API 都很容易使用,所以这个应该符合您的标准。
Authorize.Net offers eCheck services. Their APIs are all easy to use so this one should meet your criteria.