Skip to main content
GET
/
api
/
dashboard
/
payment-status
Get Payment Status
curl --request GET \
  --url https://api.example.com/api/dashboard/payment-status
{
  "stripe_configured": true,
  "webhook_configured": true,
  "mode": "test",
  "api_version": "<string>",
  "connect_status": "not_configured"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Response

Successful Response

Stripe configuration status as seen by the backend.

mode is "test" if the configured key is sk_test_…, "live" if sk_live_…, "unconfigured" if unset. Lets the dashboard show a visible test-mode badge so merchants don't accidentally believe they're taking real card data on stage.

stripe_configured
boolean
required
webhook_configured
boolean
required
mode
enum<string>
required
Available options:
test,
live,
unconfigured
api_version
string
required
connect_status
string
default:not_configured
Allowed value: "not_configured"