Перейти к содержанию

Stripe

Интеграция со Stripe API.

from viai_kit.billing.stripe import StripeClient

client = StripeClient(api_key="sk_...")
customer = await client.create_customer(email="user@example.com")