DEV Community

Irfan
Irfan

Posted on

goPay: A unified payment routing and processing system

gopay

gopay is an open-source payment orchestration system with simplified payment flow routing that supports multiple payment providers (currently Stripe and Xendit) with features for payment processing, subscriptions, and dispute management. The goal is to provide a unified interface for payments when you require more than one payment provider to fulfill your operational needs. The system is built with simplicity in mind, rounting complications, focusing on ease of use and flexibility.

Read more about why I decided to build this: https://github.com/malwarebo/gopay/blob/master/docs/PROBLEM.md

Top comments (1)

Collapse
 
jacob_dhempsy profile image
Jacob Dhempsy

That sounds interesting, it seems like goPay is designed to make handling different payment methods easier by routing everything through one system.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.