PendingHsaCard
Represents a card for which the user has submitted an application, but the card has not yet been issued.
type PendingHsaCard {
cardType: HsaCardType!
cardholder: PersonName!
kycVerificationStatus: KYCVerificationStatus!
}
Fields
PendingHsaCard.cardType
● HsaCardType!
non-null enum
The type of card (virtual or physical)
PendingHsaCard.cardholder
● PersonName!
non-null object
The name of the user to which this card belongs.
PendingHsaCard.kycVerificationStatus
● KYCVerificationStatus!
non-null enum
The KYC verification status of this user.
Member of
CardsForHsaPayload
object