Skip to content

Instantly share code, notes, and snippets.

View mollusk's full-sized avatar

Andrew Fiebert mollusk

View GitHub Profile
$headers = array(
'Authorization: Bearer sk_test_zzz',
);
// create curl resource
$ch = curl_init();
// set url
curl_setopt($ch, CURLOPT_URL, "https://api.stripe.com/v1/customers?limit=3 -u sk_test_zzz:");