#Raghavendra-proxy
1 messages · Page 1 of 1 (latest)
i am using python - package - stripe
and i am new to this could you please help me out
Are you already configuring the proxy like we describe here: https://github.com/stripe/stripe-python#configuring-a-proxy
import stripe
stripe.api_key = "sk_test_TgT*************"
print(stripe.Customer.list())
Yeah so it looks like you need to follow the setup steps I just sent you