# GET /billing/settings URL: https://developers.vsee.io/api/payment-api/get/billing/settings Auth: User Token — Requires a user access token from login or SSO. Get payment settings Retrieve payment settings for the account Parameters: - X-ApiToken (header, string, required) — API token - X-AccountCode (header, string, required) — Account code Responses: - 200 — Successful response ```json { "data": { "stripe": { "publishable_key": "2342342" } } } ```