<?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