Skip to main content

PaymentInitiationRequestCompleted

The payment to the beneficiary has been initiated.

type PaymentInitiationRequestCompleted {
id: ID! @deprecated
date: Date!
amount: Money!
beneficiary: Beneficiary!
payer: PaymentInitiationPayer!
proofOfPayment: URL
}

Fields

id ● ID! deprecated non-null scalar

DEPRECATED

This field does not have it's own identity. Therefore this ID is misleading as it cannot be used in a node query

date ● Date! non-null scalar

amount ● Money! non-null scalar

beneficiary ● Beneficiary! non-null union

payer ● PaymentInitiationPayer! non-null union

proofOfPayment ● URL scalar