v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBStripe Payments
Get Stripe Payments Status
Return Stripe connection, sync, and managed webhook status for each environment.
get/api/payments/stripe/status
Response
Stripe payments status
Example response
{
"connections": [
{
"accountId": "acct_123",
"accountEmail": "owner@example.com",
"webhookEndpointId": "we_123",
"webhookEndpointUrl": "https://api.example.com/api/webhooks/stripe/test",
"maskedKey": "sk_test_...abcd"
}
]
}