FreemiumProBusinessEnterprise

Payment Export and Reports

Overview

tikento allows you to export payment data for accounting, bank reconciliation, and analytics. Manual export is available on all plans for free. Scheduled automatic export is available starting from Pro.

Manual Export

Where to Find It

  1. Open the event → "Attendees" section.
  2. Click the "Export" button in the upper right corner.
  3. Select "Payments" as the data type to export.

Or through the global section:

  1. Open "Finances" in the sidebar.
  2. Click "Export".

Formats

FormatPurpose
CSVUniversal format, opens in Excel, Google Sheets, any text editor
XLSXFor Excel and 1C, with column formatting and headers
JSONFor automation and programmatic processing

Filters

Before exporting, you can configure filters to download only the data you need:

FilterDescription
PeriodStart and end date (by payment date)
StatusAll / Paid / Pending / Refunded / Failed / Expired
Payment methodCard / SBP / Telegram Stars / Manual payment
EventSpecific event or all
Ticket typeSpecific ticket type or all

Fields in the Export

Standard set of fields in the exported file:

FieldDescription
payment_idUnique payment identifier
datePayment date and time
statusStatus (paid, refunded, failed, expired, pending)
amountAmount in rubles
methodPayment method
gatewayPayment gateway (YooKassa, Tochka, etc.)
event_nameEvent name
ticket_typeTicket type
participant_nameAttendee name
participant_emailAttendee email
promo_codePromo code used (if any)
discountDiscount amount
commission_tikentotikento commission
commission_gatewayGateway commission (if available)
net_amountAmount to receive (after commissions)
refund_amountRefund amount (if applicable)
refund_dateRefund date (if applicable)
idempotency_keyIdempotency key (for technical reconciliation)

Scheduled Export

Available on Pro, Business, and Enterprise plans.

Setup

  1. Open Settings → Export → Schedule.
  2. Click "Create export rule".
  3. Configure the parameters:
    • Frequency: daily, weekly (day of week), monthly (date)
    • Format: CSV, XLSX, or JSON
    • Filters: status, payment method, event
    • Recipients: one or more email addresses
  4. Click "Save".

The file will be sent to the specified email addresses at the selected time. The email subject includes the period and organization name.

Example Scenarios

  • Daily export — for an accountant who reconciles receipts every morning
  • Weekly report — for a manager, weekly summary on Mondays
  • Monthly export — for preparing financial statements and tax returns

Integration with Accounting Systems

1C

For integration with 1C:

  1. Export data in XLSX format.
  2. Open the file in Excel or directly in 1C via "Import from external file".
  3. Map columns to fields in 1C.

For automation, use scheduled export in JSON format and process it via a loading script.

Other Systems

The JSON format is suitable for integration with any accounting systems via an intermediary script or automation service (Albato, Make, n8n).

Availability by Plan

FeatureFreeProBusinessEnterprise
Manual export CSV/XLSX/JSONYesYesYesYes
Scheduled exportNoYesYesYes
Webhook payment notificationsNoYesYesYes
BI live connectorNoNoYesYes
SQL dumpNoNoNoYes

Frequently asked questions

Is payment export free?
Yes. Manual export in CSV, XLSX, and JSON is available on all plans, including Free, with no record limits.
Can I set up automatic daily export?
Yes, starting from the Pro plan. In Settings → Export → Schedule, create a rule with the desired frequency and format. The file will be sent to the specified email.
Which format should I use for 1C?
For 1C, we recommend XLSX — it opens and imports correctly. If you need data exchange in a 1C-compatible format, use JSON with subsequent processing.
Does the export include refund data?
Yes. The export includes all records matching the status filter. Select the 'Refunded' status or 'All' to include refunds.