AddSingleUseVirtualCardsInput
Input to add a new single-use virtual cards
input AddSingleUseVirtualCardsInput {
cards: [SingleUseVirtualCardConfigInput!]!
consentRedirectUrl: String!
cardProductId: ID
}
Fields
AddSingleUseVirtualCardsInput.cards ● [SingleUseVirtualCardConfigInput!]! non-null input
The configuration of all the cards you want to add
AddSingleUseVirtualCardsInput.consentRedirectUrl ● String! non-null scalar
URL the user is redirected to after consent has been given
AddSingleUseVirtualCardsInput.cardProductId ● ID scalar
The id of the card product to use to create the new cards.
Member Of
addSingleUseVirtualCards mutation