File size: 72 Bytes
72d6194
 
 
 
 
1
2
3
4
5
import os

api_key = os.environ["STRIPE_WEBHOOK_SECRET"]

print(api_key)