Skip to main content

PublicTransaction

type PublicTransaction {
id: ID!
amount: Float!
authCode: String!
checkoutId: String
currencyCode: String!
currencySymbol: String
customerId: String
error: TransactionError
orderId: String
paymentGatewayCode: String
paymentGatewayId: String!
paymentGatewayName: String!
paymentMethod: PaymentMethodTypeEnum
paymentMethodDetail: TransactionPaymentMethodDetail
processedAt: Timestamp
refundReason: String
status: TransactionStatusEnum!
type: TransactionTypeEnum!
}

Fields

idID!required
amountFloat!required
authCodeString!required
checkoutIdString
currencyCodeString!required
currencySymbolString
customerIdString
orderIdString
paymentGatewayCodeString
paymentGatewayIdString!required
paymentGatewayNameString!required
processedAtTimestamp
refundReasonString