Skip to main content

PrintPhysicalCardInput

Inputs to print a physical card

input PrintPhysicalCardInput {
cardId: ID!
address: CompleteAddressInput!
choosePin: Boolean
consentRedirectUrl: String!
physicalCardCustomOptions: PhysicalCardCustomOptionsForPrintInput
}

Fields

PrintPhysicalCardInput.cardId ● ID! non-null scalar

Unique identifier of a card

PrintPhysicalCardInput.address ● CompleteAddressInput! non-null input

Address to deliver the physical card

PrintPhysicalCardInput.choosePin ● Boolean scalar

true if the user must choose their PIN

PrintPhysicalCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

PrintPhysicalCardInput.physicalCardCustomOptions ● PhysicalCardCustomOptionsForPrintInput input

Custom options to use for physical cards.

Member Of

printPhysicalCard mutation