Skip to main content

CapitecPayTransaction

No description

type CapitecPayTransaction implements PaymentTransaction, Node {
id: ID!
amount: Money!
state: TransactionState!
externalReference: String
paymentInitiationRequest: PaymentInitiationRequest
nonce: String
correlationId: String @deprecated
consentId: String @deprecated
merchantReference: String @deprecated
merchantName: String @deprecated
beneficiaryStatementDescription: String @deprecated
clientStatementDescription: String @deprecated
sourceAccountNumber: String @deprecated
sourceAccountId: String @deprecated
identifierKey: String @deprecated
identifierValue: String @deprecated
originalTransaction: PaymentTransaction
paymentConsentRequest: PaymentConsentRequest
interactionUrl: String
}

Fields

id ● ID! non-null scalar

amount ● Money! non-null scalar

state ● TransactionState! non-null union

externalReference ● String scalar

paymentInitiationRequest ● PaymentInitiationRequest object

nonce ● String scalar

correlationId ● String deprecated scalar

DEPRECATED

No longer supported

consentId ● String deprecated scalar

DEPRECATED

No longer supported

merchantReference ● String deprecated scalar

DEPRECATED

No longer supported

merchantName ● String deprecated scalar

DEPRECATED

No longer supported

beneficiaryStatementDescription ● String deprecated scalar

DEPRECATED

No longer supported

clientStatementDescription ● String deprecated scalar

DEPRECATED

No longer supported

sourceAccountNumber ● String deprecated scalar

DEPRECATED

No longer supported

sourceAccountId ● String deprecated scalar

DEPRECATED

No longer supported

identifierKey ● String deprecated scalar

DEPRECATED

No longer supported

identifierValue ● String deprecated scalar

DEPRECATED

No longer supported

originalTransaction ● PaymentTransaction interface

paymentConsentRequest ● PaymentConsentRequest object

interactionUrl ● String 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.