Skip to main content

SamsungPayTransaction

No description

type SamsungPayTransaction implements PaymentTransaction, Node {
id: ID!
amount: Money!
state: TransactionState!
externalReference: String
paymentInitiationRequest: PaymentInitiationRequest
nonce: String
originalTransaction: PaymentTransaction
paymentConsentRequest: PaymentConsentRequest
interactionUrl: String
card: Card
refunds: [WalletRefundTransaction!]
bin: String @deprecated
last4: String @deprecated
maskedPan: String @deprecated
network: CardNetwork @deprecated
fundingType: CardType @deprecated
issuer: CardIssuerDetails @deprecated
eci: String
secure3d: Secure3dDetails
retrievalReferenceNumber: String
riskResult: RiskResult
metadata: Json
}

Fields

SamsungPayTransaction.id ● ID! non-null scalar

SamsungPayTransaction.amount ● Money! non-null scalar

SamsungPayTransaction.state ● TransactionState! non-null union

SamsungPayTransaction.externalReference ● String scalar

SamsungPayTransaction.paymentInitiationRequest ● PaymentInitiationRequest object

SamsungPayTransaction.nonce ● String scalar

SamsungPayTransaction.originalTransaction ● PaymentTransaction interface

SamsungPayTransaction.paymentConsentRequest ● PaymentConsentRequest object

SamsungPayTransaction.interactionUrl ● String scalar

SamsungPayTransaction.card ● Card object

SamsungPayTransaction.refunds ● [WalletRefundTransaction!] list object

SamsungPayTransaction.bin ● String deprecated scalar

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.last4 ● String deprecated scalar

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.maskedPan ● String deprecated scalar

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.network ● CardNetwork deprecated enum

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.fundingType ● CardType deprecated enum

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.issuer ● CardIssuerDetails deprecated object

⚠️ DEPRECATED

This field will be removed in a future release. Please use the card field instead.

SamsungPayTransaction.eci ● String scalar

SamsungPayTransaction.secure3d ● Secure3dDetails object

SamsungPayTransaction.retrievalReferenceNumber ● String scalar

SamsungPayTransaction.riskResult ● RiskResult object

SamsungPayTransaction.metadata ● Json scalar

Interfaces

PaymentTransaction interface

Node interface

An abstract datatype that has a locally unique identifier, allowing a given node to be later queried by id using the node(id: ID!) query.