Skip to main content
Stay informed by tracking webhook events within transactions.
[
  {
	"id": "0a8c2a1ce09e48969a0f9eb1ce2e165c",
 	"external_transaction_id": "76774499-809c-491c-a6c5-32a03f67c514",
  	"linked_transaction_id": null,
  	"client_transaction_id": null,
  	"terminal_id": "RS5Pa9qv",
	"terminal_serial_number": "N860W383999",
  	"payment_method": "CARD",
  	"payment_option": "MASTERCARD",
  	"amount": 100,
  	"tip_amount": 0,
  	"total_amount": 100,
  	"refund_total_amount": 0,
  	"currency": "EUR",
  	"status": "SUCCESS",
	"timezone": "Europe/Ljubljana",
  	"tags": [
      "charge"
  	],
	"card_tid": "ABC123",
  	"card_number": "**** **** **** 1234",
    "crypto_amount": null,
    "crypto_payment_network": null,
  	"created_at": "2026-02-16T11:04:40Z",
  	"completed_at": "2026-02-16T11:04:56Z",
  	"canceled_at": null,
  	"reverted_at": null
  },
  ...
]
FieldTypeDescription
idstringUnique internal transaction ID
external_transaction_idstringExternal transaction reference ID
linked_transaction_idstring | nullUnique internal transaction ID for linked transaction in case of refund
client_transaction_idstring | nullPay-Connect client transaction reference ID
terminal_idstringUnique internal terminal ID
terminal_serial_numberstring | nullPyhsical terminal serial number
payment_methodstringPayment method, e.g., CARD, MBILLS, VALU, GOCRYPTO, BTC_GIFT_CARD, TWINT
payment_optionstring | nullPayment option, e.g., VISA, MASTERCARD, BTC, USDT
amountintegerThe amount of the payment, in cents
tip_amountintegerThe tip amount of the payment, in cents
total_amountintegerThe total amount of the payment (amount + tip amount), in cents
refund_total_amountintegerThe total amount of refunded transaction, in cents
currencystringPayment currency code (ISO 4217 alpha-3)
statusstringTransaction status, e.g., SUCCESS, CANCELED, DECLINED, REVERTED, EXPIRED, FAILED
timezonestringThe timezone of transaction depends on point of sale location
tagsenum<string>[]The list of transaction tags, e.g., charge, refund, overpaid, underpaid
card_tidstring | nullCard TID, if payment method CARD initiated
card_numberstring | nullThe masked card number of card transaction
crypto_amountfloat | nullCrypto amount
crypto_payment_networkstring | nullCrypto payment network, e.g., ETHEREUM, TRON
created_atstring<date-time>Transaction created at datetime in ISO 8601 format
completed_atstring<date-time>Transaction completed at datetime in ISO 8601 format
canceled_atstring<date-time> | nullTransaction canceled at datetime in ISO 8601 format
reverted_atstring<date-time> | nullTransaction reverted at datetime in ISO 8601 format
All dates are in ISO 8601 format and UTC timezone.