Cogine LLM Gateway

充值

获取充值信息

GET
/api/user/topup/info

Response Body

curl -X GET "https://loading/api/user/topup/info"
Empty

获取用户充值记录

GET
/api/user/topup/self

Response Body

curl -X GET "https://loading/api/user/topup/self"
Empty

发起易支付

POST
/api/user/pay

Response Body

curl -X POST "https://loading/api/user/pay"
Empty

获取支付金额

POST
/api/user/amount

Response Body

curl -X POST "https://loading/api/user/amount"
Empty

发起Stripe支付

POST
/api/user/stripe/pay

Response Body

curl -X POST "https://loading/api/user/stripe/pay"
Empty

获取Stripe支付金额

POST
/api/user/stripe/amount

Response Body

curl -X POST "https://loading/api/user/stripe/amount"
Empty

发起Creem支付

POST
/api/user/creem/pay

Response Body

curl -X POST "https://loading/api/user/creem/pay"
Empty

易支付回调

GET
/api/user/epay/notify

Response Body

curl -X GET "https://loading/api/user/epay/notify"
Empty

Stripe Webhook

POST
/api/stripe/webhook

Response Body

curl -X POST "https://loading/api/stripe/webhook"
Empty

Creem Webhook

POST
/api/creem/webhook

Response Body

curl -X POST "https://loading/api/creem/webhook"
Empty