PPOB • Ready for prod
PPOB platform API with instant Swagger & JWT onboarding.
Spin up a clean, modern PPOB service with Fiber, MongoDB, and JWT. Ship faster with billers, top-ups, and transaction routes already structured.
JWT-first
Token-based access for secure biller & payment flows.
Docs onboard
Swagger UI served directly from the backend.
Ready to scale
Fiber + Mongo tuned for fast PPOB APIs and growth.
Request
POST /api/v1/payments
curl -X POST
"/api/v1/payments"
-H "Content-Type: application/json"
-d '{ "customer_id": "12345", "product_code": "PLN_PREPAID", "amount": 100000 }'
"/api/v1/payments"
-H "Content-Type: application/json"
-d '{ "customer_id": "12345", "product_code": "PLN_PREPAID", "amount": 100000 }'
{ "status": "success", "transaction_id": "trx-001", "amount": 100000 }
Health
GET /api/v1/health
Transaction
GET /api/v1/payments/:id