v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBStripe Payments
Sync Stripe Payments State
Sync products, prices, customers, and subscriptions for every configured Stripe environment. Stripe remains the source of truth.
post/api/payments/stripe/sync
Response
Sync result for configured environments
Example response
{
"results": [
{
"connection": {
"accountId": "acct_123",
"accountEmail": "owner@example.com",
"webhookEndpointId": "we_123",
"webhookEndpointUrl": "https://api.example.com/api/webhooks/stripe/test",
"maskedKey": "sk_test_...abcd"
}
}
]
}