GET

/api/config/stripe

Stripe publishable key

Returns the Stripe publishable key for frontend payment integration.

curl -s "$BASE/api/config/stripe"

响应示例

{
  "success": true,
  "data": {
    "publishableKey": "pk_live_xxx"
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test