Payments

Create Subscription Payment

创建订阅支付订单(允许 API KEY 过期后续费)

post/payments/subscription/create

Request body

plan_codestring required

订阅计划代码 (standard_monthly, pro_monthly, pro_yearly, ultra_yearly)

payment_method'alipay' | 'wxpay'

支付方式 (alipay 或 wxpay)

method'api' | 'web' nullable

支付接口类型 (api 或 web)

return_urlstring nullable

支付后的自定义返回URL

Response

Successful Response

order_nostring required
payment_urlstring nullable
qr_codestring nullable
qr_imgstring nullable
statusstring required
plan_codestring required
plan_namestring required
messagestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.