GET /billing/transactions

Аутентификация

Передавайте API-ключ организации как Bearer-токен.

Authorization: Bearer YOUR_API_KEY

Параметры запроса

starting_after string

Транзакция ID с предыдущей страницы

status string

Допустимые значения: paid, waiting, failed, refund

payment_method string

Допустимые значения: card, invoice, credits

product string

Допустимые значения: subscription_standard, subscription_pro, validation_credits, custom, refund, subscription_expert_25000, subscription_expert_50000, subscription_expert_100000, email_verification, company_base_purchase, ai_agent_processing, table_enrichment

created_from string

Нижняя граница времени создания инклюзивной транзакции

created_to string

Верхняя граница времени создания инклюзивной транзакции

Ответ

application/json

Платежные транзакции успешно получены.

items object[] обязательное
Показать вложенные поля Скрыть вложенные поля
items.id string обязательное
items.product string обязательное

Допустимые значения: subscription_standard, subscription_pro, validation_credits, custom, refund, subscription_expert_25000, subscription_expert_50000, subscription_expert_100000, email_verification, company_base_purchase, ai_agent_processing, table_enrichment, unknown

items.title string обязательное
items.status string обязательное

Допустимые значения: paid, waiting, failed, refund, unknown

items.payment_method string обязательное

Допустимые значения: card, invoice, credits, unknown

items.amount number обязательное
items.refunded_amount number обязательное
items.currency string обязательное

Допустимые значения: RUB, USD, COLDY_CREDITS

items.billing_period_months number обязательное
items.quantity number обязательное
items.created_at string обязательное
items.updated_at string обязательное
next_starting_after string обязательное