Provider
{{ providerName(historyData.payment.providerType) }}
Account
{{ historyData.payment.accountId || '—' }}
Amount
{{ formatMoney(historyData.payment.amount) }} · {{ currencySymbol(historyData.payment.currency) }}
Status
{{ statusText(historyData.payment.status) }}
Provider ID
{{ historyData.payment.providerRegisterId ?? '—' }}
Duplicates
{{ historyData.payment.duplicateCount }}
Created
{{ formatDate(historyData.payment.createdAt) }}
Updated
{{ formatDate(historyData.payment.updatedAt) }}
⚠ Причина ошибки: {{ historyData.payment.providerErrorDescription }}
Причина разбора: {{ historyData.payment.reviewReason }}