AccountBlockedByBank
Request was rejected by the bank due to the account being blocked
type AccountBlockedByBank implements PaymentInitiationRequestEvent {
occurred: Date!
description: String!
paymentMethod: String
}
Fields
AccountBlockedByBank.occurred ● Date! non-null scalar
AccountBlockedByBank.description ● String! non-null scalar
AccountBlockedByBank.paymentMethod ● String scalar
Interfaces
PaymentInitiationRequestEvent interface
InstantPay (please don't re-use for LinkPay)