---
title: "Get Stripe Payments Status"
method: GET
path: "/api/payments/stripe/status"
tags: ["Stripe Payments"]
---

# Get Stripe Payments Status

`GET /api/payments/stripe/status`

Return Stripe connection, sync, and managed webhook status for each environment.

## Response `200`

Stripe payments status

- GetStripeStatusResponse
  - `connections` StripeConnection[], required
    - `environment` 'test' | 'live', required
    - `status` 'unconfigured' | 'connected' | 'error', required
    - `accountId` string, nullable, required
    - `accountEmail` string, nullable, required
    - `accountLivemode` boolean, nullable, required
    - `webhookEndpointId` string, nullable, required
    - `webhookEndpointUrl` string, nullable, required
    - `webhookConfiguredAt` string, date-time, nullable, required
    - `maskedKey` string, nullable, required
    - `lastSyncedAt` string, date-time, nullable, required
    - `lastSyncStatus` 'succeeded' | 'failed', required
    - `lastSyncError` string, nullable, required
    - `lastSyncCounts` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
