Skip to main content

UpdateCardInput

Input to Update Card

input UpdateCardInput {
cardId: ID!
cardContractExpiryDate: DateTime
withdrawal: Boolean!
international: Boolean!
nonMainCurrencyTransactions: Boolean!
eCommerce: Boolean!
spendingLimit: SpendingLimitInput
consentRedirectUrl: String!
name: String
}

Fields

UpdateCardInput.cardId ● ID! non-null scalar

Unique identifier of the card to update

UpdateCardInput.cardContractExpiryDate ● DateTime scalar

Card expiration date if null it does not have an expiration date

UpdateCardInput.withdrawal ● Boolean! non-null scalar

true if this card allows cash withdrawals

UpdateCardInput.international ● Boolean! non-null scalar

true if this card allows payments outside of the country

UpdateCardInput.nonMainCurrencyTransactions ● Boolean! non-null scalar

true if this card allows transactions outside of the card's main currency

UpdateCardInput.eCommerce ● Boolean! non-null scalar

true if this card allows transactions at eCommerce sites

UpdateCardInput.spendingLimit ● SpendingLimitInput input

Periodic Spending limit

UpdateCardInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

UpdateCardInput.name ● String scalar

Card name

Member Of

updateCard mutation