#undefined-api-health
1 messages · Page 1 of 1 (latest)
Does the system status page help at all?
https://status.stripe.com/
Check Stripe system status and see recent API status updates.
Ah yes I've subscribed to the rss feed already. Just wondering if I could catch any accidental configuration issues on my end as well. A simple /api/health from Stripe would be perfect for that.
Ah, you mean essentially an endpoint you can call to confirm connection?
exactly
We don't have that currently, but that's great feedback. For now I'd say you're likely doing the best solution in current-state
If you want something more lean, you could do a bash script to check if your computer can reach api.stripe.com
Allright, thanks 🙂