PaymentConsentPending
Payment status consent pending
type PaymentConsentPending implements PaymentStatusInfo {
status: PaymentStatus!
consent: Consent!
}
Fields
PaymentConsentPending.status
● PaymentStatus!
non-null enum
status of the payment
PaymentConsentPending.consent
● Consent!
non-null object
The consent required to initiate this payment
Interfaces
PaymentStatusInfo
interface
Payment Status Information