Skip to main content

IssueCardInput

No description

input IssueCardInput {
benefitsProgramId: ID!
idempotencyKey: String!
individualId: ID!
type: CardType!
}

Fields

IssueCardInput.benefitsProgramId ● ID! non-null scalar

The Benefits Program to issue the card for.

IssueCardInput.idempotencyKey ● String! non-null scalar

A key for ensuring request idempotency.

IssueCardInput.individualId ● ID! non-null scalar

The Individual to issue the card to (an account holder or a dependent).

IssueCardInput.type ● CardType! non-null enum

The type of card to issue. Dependent cards support physical cards only.

Member Of

issueCard mutation