{"service":"payment-service","version":"1.0.0","status":"running","description":"支付微服務","endpoints":{"create_payment":"/api/v1/payment/create","create_custom":"/api/v1/payment/create-custom","validate":"/api/v1/payment/validate/{user_id}","get_payment":"/api/v1/payment/{payment_id}","user_payments":"/api/v1/payment/user/{user_id}","refund":"/api/v1/payment/refund","stats":"/api/v1/payment/stats/{user_id}","docs":"/docs"},"payment_providers":[{"name":"SHOPLINE Payments","supported":true,"methods":["shopline_credit_card","shopline_line_pay"],"description":"SHOPLINE Payments 導轉式結帳"}],"payment_packages":[{"type":"basic","name":"基礎包","amount":100,"points":1200,"bonus":200,"description":"NT$100 = 1200 積分 + 200 贈送積分"},{"type":"standard","name":"標準包","amount":300,"points":3600,"bonus":900,"description":"NT$300 = 3600 積分 + 900 贈送積分"},{"type":"premium","name":"豪華包","amount":500,"points":6000,"bonus":2000,"description":"NT$500 = 6000 積分 + 2000 贈送積分"},{"type":"ultimate","name":"極致包","amount":1000,"points":12000,"bonus":5000,"description":"NT$1000 = 12000 積分 + 5000 贈送積分"}],"usage":{"create_payment":"POST /api/v1/payment/create - 創建預設套餐支付","create_custom":"POST /api/v1/payment/create-custom - 創建自定義金額支付","webhook_integration":"支援 SHOPLINE Payments Webhook 回調","refund_support":"支援部分退款和全額退款","analytics":"提供完整的支付統計和分析"}}