StripeClient vs legacy pattern
masterStripeClient class is the preferred way to interact with the API. The legacy pattern (setting stripe.api_key globally) is still available but is marked for deprecation. New API endpoints will only be accessible via StripeClient once the legacy pattern is fully deprecated.