<?php
// Keep your Stripe API key protected by including it as an environment variable
// or in a private script that does not publicly expose the source code.
// This is your test secret API key.
$stripeSecretKey = 'sk_test_51KQHspEpSvSQJjk48fxchJniOzjGaQjMnqLcHzFr6FY27phsec5F7fBiDucrXSHIHws2tqJ0G89QbeIueyO9fzUL00gEGzE0Ux'; Back to Directory