Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.33 KB

TransactionMixinBase.md

File metadata and controls

29 lines (22 loc) · 1.33 KB

SumUpRestApi.TransactionMixinBase

Properties

Name Type Description Notes
id String Unique ID of the transaction. [optional]
transactionCode String Transaction code returned by the acquirer/processing entity after processing the transaction. [optional]
amount Number Total amount of the transaction. [optional]
currency Currency [optional]
timestamp Date Date and time of the creation of the transaction. Response format expressed according to <a href=&quot;https://en.wikipedia.org/wiki/ISO_8601\" target=&quot;_blank&quot; rel=&quot;noopener&quot;>ISO8601</a> code. [optional]
status String Current status of the transaction. [optional]
paymentType String Payment type used for the transaction. [optional]
installmentsCount Number Current number of the installment for deferred payments. [optional]

Enum: StatusEnum

  • SUCCESSFUL (value: "SUCCESSFUL")
  • CANCELLED (value: "CANCELLED")
  • FAILED (value: "FAILED")
  • PENDING (value: "PENDING")

Enum: PaymentTypeEnum

  • ECOM (value: "ECOM")
  • RECURRING (value: "RECURRING")