Skip to main content

CardIssuingConfigurationMetadata

Derived metadata that describes available actions for a Brand's card issuing configuration.

type CardIssuingConfigurationMetadata {
supportsCardIssuing: Boolean!
supportsDependentCardIssuing: Boolean!
supportsInstantIssuing: Boolean!
supportsPhysicalCardIssuing: Boolean!
supportsVirtualCardIssuing: Boolean!
}

Fields

CardIssuingConfigurationMetadata.supportsCardIssuing ● Boolean! non-null scalar

Whether or not the brand allows card issuing at all.

CardIssuingConfigurationMetadata.supportsDependentCardIssuing ● Boolean! non-null scalar

Whether or not the brand allows dependent cardholders.

CardIssuingConfigurationMetadata.supportsInstantIssuing ● Boolean! non-null scalar

Whether or not the brand allows instant card issuing. Instant Issuing is when card products are issued automatically on account opening.

CardIssuingConfigurationMetadata.supportsPhysicalCardIssuing ● Boolean! non-null scalar

Whether or not the brand allows issuing physical cards.

CardIssuingConfigurationMetadata.supportsVirtualCardIssuing ● Boolean! non-null scalar

Whether or not the brand allows issuing virtual cards.

Member of

CardIssuingConfigurationForHsaPayload object