I am using the stripe and django/python.
However, I keep getting an intermittent APIConnection error:
Network error: ConnectionError: HTTPSConnectionPool(host='api.stripe.com', port=443):
Max retries exceeded with url: /v1/customers/cus_4vxaUg0FRgH5Ll (Caused by <class
'socket.gaierror'>: [Errno -3] Temporary failure in name resolution))
See here for full report: http://dpaste.com/0KMVZ92
Has anyone seen this before?