Optionalcard?: CardResponseOptionalclient_transaction_id?: stringClient transaction id.
Optionaldevice_info?: DeviceOptionalelv_account?: ElvCardAccountOptionalevents?: Event[]Compact list of events related to the transaction.
Optionalfee_amount?: numberTransaction SumUp total fee amount.
Optionalforeign_transaction_id?: stringExternal/foreign transaction id (passed by clients).
Optionalhorizontal_accuracy?: HorizontalAccuracyOptionallat?: LatOptionallinks?: Link[]List of hyperlinks for accessing related resources.
Optionallocal_time?: stringLocal date and time of the creation of the transaction.
Optionallocation?: { horizontal_accuracy?: HorizontalAccuracy; lat?: Lat; lon?: Lon }Details of the payment location as received from the payment terminal.
Optionallon?: LonOptionalmerchant_id?: numberSumUp merchant internal Id.
Optionalpayout_date?: stringThe date of the payout.
Optionalpayout_type?: "BANK_ACCOUNT" | "PREPAID_CARD"Payout type for the transaction.
Optionalprocess_as?: "CREDIT" | "DEBIT"Debit/Credit.
Optionalproducts?: Product[]List of products from the merchant's catalogue for which the transaction serves as a payment.
Optionalsimple_payment_type?: Simple name of the payment type.
Optionalsimple_status?: High-level status of the transaction from the merchant's perspective.
PENDING: The payment has been initiated and is still being processed. A final outcome is not available yet.SUCCESSFUL: The payment was completed successfully.PAID_OUT: The payment was completed successfully and the funds have already been included in a payout to the merchant.FAILED: The payment did not complete successfully.CANCELLED: The payment was cancelled or reversed and is no longer payable or payable to the merchant.CANCEL_FAILED: An attempt to cancel or reverse the payment was not completed successfully.REFUNDED: The payment was refunded in full or in part.REFUND_FAILED: An attempt to refund the payment was not completed successfully.CHARGEBACK: The payment was subject to a chargeback.NON_COLLECTION: The amount could not be collected from the merchant after a chargeback or related adjustment.Optionaltax_enabled?: booleanIndicates whether tax deduction is enabled for the transaction.
Optionaltransaction_events?: TransactionEvent[]Detailed list of events related to the transaction.
Optionalusername?: stringEmail address of the registered user (merchant) to whom the payment is made.
Optionalvat_rates?: { gross?: number; net?: number; rate?: number; vat?: number }[]List of VAT rates applicable to the transaction.
Optionalverification_method?: Verification method used for the transaction.
Transaction Full
Full transaction resource with checkout, payout, and event details.