{"success":true,"code":200,"status":"success","author":"JinX","name":"GoPay Merchant REST API","version":"1.1.0","api_prefix":"/api/v1","upstream":"https://gopaymerchantrestapi.vercel.app","endpoints":{"GET /api/v1/auth/otp":{"upstream":"GET /auth/otp","required":["phone"],"example":"/api/v1/auth/otp?phone=628xxxxxxxxxx"},"GET /api/v1/auth/verify":{"upstream":"GET /auth/verify","required":["otp","otp_token"],"example":"/api/v1/auth/verify?otp=4235&otp_token=YOUR_OTP_TOKEN"},"GET /api/v1/history":{"upstream":"GET /api/history","required":["token","start_time"],"example":"/api/v1/history?token=YOUR_ACCESS_TOKEN&start_time=2026-03-01"},"GET /api/v1/qris/create":{"upstream":"GET /api/qris/create","required":["amount","static_qr"],"example":"/api/v1/qris/create?amount=50000&static_qr=YOUR_STATIC_QR"},"GET /api/v1/auth/refresh/token":{"upstream":"GET /auth/refresh/token","required":["refresh_token"],"example":"/api/v1/auth/refresh/token?refresh_token=YOUR_REFRESH_TOKEN"}}}