SEPACreditTransferTransaction
Sepa Credit Transfer transaction
type SEPACreditTransferTransaction implements Transaction {
id: ID!
reference: String!
paymentMethodIdentifier: String!
side: TransactionSide!
type: TransactionTypeEnum!
amount: Amount!
label: String!
statusInfo: TransactionStatusInfo!
paymentId: String
payment: Payment
createdAt: DateTime!
updatedAt: DateTime!
counterparty: String!
bookedBalanceAfter: Amount
paymentProduct: PaymentProduct!
creditor: SEPACreditTransferCreditor!
debtor: SEPACreditTransferDebtor!
account: Account
externalReference: String
executionDate: DateTime!
requestedExecutionAt: DateTime
originTransactionId: String
originTransaction: Transaction
returnReason: TransactionReasonCode
statementCanBeGenerated: Boolean
projectId: ID!
beneficiary: Beneficiary
supportingDocumentCollections(
first: Int! = 50
before: String
after: String
filters: SupportingDocumentCollectionFilterInput
): SupportingDocumentCollectionConnection!
}
Fields
SEPACreditTransferTransaction.id
● ID!
non-null scalar
unique identifier of the transaction
SEPACreditTransferTransaction.reference
● String!
non-null scalar
reference assigned by the initiating party, to unambiguously identify the transaction. This reference is passed on, unchanged, throughout the entire end-to-end chain.
SEPACreditTransferTransaction.paymentMethodIdentifier
● String!
non-null scalar
payment method identifier used for this transaction. e.g masked PAN or IBAN or accountNumber
SEPACreditTransferTransaction.side
● TransactionSide!
non-null enum
side (Credit or Debit)
SEPACreditTransferTransaction.type
● TransactionTypeEnum!
non-null enum
type
SEPACreditTransferTransaction.amount
● Amount!
non-null object
amount
SEPACreditTransferTransaction.label
● String!
non-null scalar
label
SEPACreditTransferTransaction.statusInfo
● TransactionStatusInfo!
non-null interface
status information
SEPACreditTransferTransaction.paymentId
● String
scalar
ID of the payment associated to this transaction