NewCardCreated
The user enters new card details
type NewCardCreated implements PaymentInitiationRequestEvent {
occurred: Date!
description: String!
paymentMethod: String
}
Fields
NewCardCreated.occurred ● Date! non-null scalar
NewCardCreated.description ● String! non-null scalar
NewCardCreated.paymentMethod ● String scalar
Interfaces
PaymentInitiationRequestEvent interface
InstantPay (please don't re-use for LinkPay)