* Put imports in order. * `import stripe`; that's the style upstream docs recommend, and it avoids confusion e.g. between our StripeError and the library's StripeError. * Simplify loading JSON. * Keep lines largely to 100 columns.