<?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 = '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'; Back to Directory