Skip to content

A bash script to test access to the Stripe API

License

Notifications You must be signed in to change notification settings

readcast/stripe-reachability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

stripe-reachability

A bash script to check if your computer can reach api.stripe.com.

Usage

From the root of the repository run the test script.

./bin/test.sh

If successful, you should see output similar to the text below.

========================================
Checking os...
OK: os check
========================================
Checking ip...
OK: ip check
========================================
Checking route...
OK: route check
========================================
Checking curl_https...
OK: curl_https check
========================================

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%