AddDigitalCardsPayload
Payload returned on mutation completion
union AddDigitalCardsPayload = AddDigitalCardsSuccessPayload | AddingCardsToDifferentAccountsRejection | CardNotFoundRejection | CardCanNotBeDigitalizedRejection | ApplePayNotAllowedForProjectRejection | BadAccountStatusRejection | AccountMembershipNotAllowedRejection | UserNotCardHolderRejection | CardProductDisabledRejection | EnabledCardDesignNotFoundRejection | ForbiddenRejection | MissingMandatoryFieldRejection | ValidationRejection
Possible types
AddDigitalCardsPayload.AddDigitalCardsSuccessPayload object
AddDigitalCardsPayload.AddingCardsToDifferentAccountsRejection object
Rejection returned if the attempting to add cards to different accounts.
AddDigitalCardsPayload.CardNotFoundRejection object
Rejection returned if the card was not found or if the user does not have the rights to know that the account exists
AddDigitalCardsPayload.CardCanNotBeDigitalizedRejection object
Rejection returned if the card could not be digitalized
AddDigitalCardsPayload.ApplePayNotAllowedForProjectRejection object
Rejection returned if the project is not configured to allow Apple Pay
AddDigitalCardsPayload.BadAccountStatusRejection object
Rejection returned if the status account is not valid
AddDigitalCardsPayload.AccountMembershipNotAllowedRejection object
Rejection returned when the Account Membership is not allowed to use an operation.
AddDigitalCardsPayload.UserNotCardHolderRejection object
Rejection returned when the User is not the cardholder
AddDigitalCardsPayload.CardProductDisabledRejection object
Rejection returned if the card product is disabled.
AddDigitalCardsPayload.EnabledCardDesignNotFoundRejection object
Rejection returned if the card product don't have a card design enabled
AddDigitalCardsPayload.ForbiddenRejection object
AddDigitalCardsPayload.MissingMandatoryFieldRejection object
Rejection returned when mandatory fields are missing from the call.
AddDigitalCardsPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
addDigitalCards mutation