Payment API

get /billing/settings

Get payment settings

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Retrieve payment settings for the account

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
X-AccountCodeheaderstringyesAccount code (e.g. vclinic)

Responses

200 — Successful response

Success

{
  "data": {
    "stripe": {
      "publishable_key": "2342342"
    }
  }
}

Machine-readable: OpenAPI JSON