api.dafahan.dev · v1
Payment infrastructure
for developers
A unified REST API for PPOB, bill payments, and digital top-ups. Built with Go and PostgreSQL — fast, documented, and production-ready.
REST API /api/v1
POST
/api/v1/transactions
Create transaction
GET
/api/v1/transactions/:id
Transaction detail
GET
/api/v1/products
List products
GET
/api/v1/products/:code
Product detail
POST
/api/v1/auth/login
Authenticate
GET
/api/v1/users/me
Current user
Why Doripay
Multi-provider routing
Automatic failover between Digiflazz and Orkut. If one provider fails, requests route to the next — without manual intervention.
RBAC authentication
JWT-based auth with granular role and permission system. Separate access levels for customers, sales, and admins.
Fully documented
Swagger UI included with request/response examples, authentication guide, and error code reference. Ready to explore.
Go (Fiber)
PostgreSQL
Redis
Kubernetes
Swagger