DuplicatePayment
The bank does not allow duplicate payments
type DuplicatePayment implements PaymentInitiationRequestEvent {
occurred: Date!
description: String!
paymentMethod: String
}
Fields
DuplicatePayment.occurred ● Date! non-null scalar
DuplicatePayment.description ● String! non-null scalar
DuplicatePayment.paymentMethod ● String scalar
Interfaces
PaymentInitiationRequestEvent interface
InstantPay (please don't re-use for LinkPay)