| Field | Type | Description |
|---|---|---|
| id | string | Unique internal transaction ID |
| external_transaction_id | string | External transaction reference ID |
| linked_transaction_id | string | null | Unique internal transaction ID for linked transaction in case of refund |
| client_transaction_id | string | null | Pay-Connect client transaction reference ID |
| terminal_id | string | Unique internal terminal ID |
| terminal_serial_number | string | null | Pyhsical terminal serial number |
| payment_method | string | Payment method, e.g., CARD, MBILLS, VALU, GOCRYPTO, BTC_GIFT_CARD, TWINT |
| payment_option | string | null | Payment option, e.g., VISA, MASTERCARD, BTC, USDT |
| amount | integer | The amount of the payment, in cents |
| tip_amount | integer | The tip amount of the payment, in cents |
| total_amount | integer | The total amount of the payment (amount + tip amount), in cents |
| refund_total_amount | integer | The total amount of refunded transaction, in cents |
| currency | string | Payment currency code (ISO 4217 alpha-3) |
| status | string | Transaction status, e.g., SUCCESS, CANCELED, DECLINED, REVERTED, EXPIRED, FAILED |
| timezone | string | The timezone of transaction depends on point of sale location |
| tags | enum<string>[] | The list of transaction tags, e.g., charge, refund, overpaid, underpaid |
| card_tid | string | null | Card TID, if payment method CARD initiated |
| card_number | string | null | The masked card number of card transaction |
| crypto_amount | float | null | Crypto amount |
| crypto_payment_network | string | null | Crypto payment network, e.g., ETHEREUM, TRON |
| created_at | string<date-time> | Transaction created at datetime in ISO 8601 format |
| completed_at | string<date-time> | Transaction completed at datetime in ISO 8601 format |
| canceled_at | string<date-time> | null | Transaction canceled at datetime in ISO 8601 format |
| reverted_at | string<date-time> | null | Transaction reverted at datetime in ISO 8601 format |
All dates are in ISO 8601 format and UTC timezone.