{"message":"PIPay Multi-Tenant API","version":"2.0.0","endpoints":{"auth":{"login":"POST /api/auth/login","profile":"GET /api/auth/profile"},"stores":{"get_all":"GET /api/stores","get_single":"GET /api/stores/:id","create":"POST /api/stores","update":"PUT /api/stores/:id","delete":"DELETE /api/stores/:id"},"ppob":{"products":"GET /api/stores/:store_id/ppob/products","inquiry":"POST /api/stores/:store_id/ppob/inquiry","purchase":"POST /api/stores/:store_id/ppob/purchase","list_orders":"GET /api/stores/:store_id/ppob/orders","order_detail":"GET /api/stores/:store_id/ppob/orders/:ref_id","customers":"GET|POST|DELETE /api/stores/:store_id/ppob/customers"},"wallet":{"transactions":"GET /api/wallet/transactions","topup":"POST /api/wallet/topup"}},"documentation":"API menggunakan JWT authentication. Include header: Authorization: Bearer <token>"}