AddCardPayload
No description
union AddCardPayload = AddCardSuccessPayload | AccountMembershipNotAllowedRejection | BadAccountStatusRejection | CardProductDisabledRejection | CardProductInvalidFundingTypeRejection | CardProductSuspendedRejection | EnabledCardDesignNotFoundRejection | ForbiddenRejection | MissingMandatoryFieldRejection | ValidationRejection
Possible types
AddCardPayload.AddCardSuccessPayload object
AddCardPayload.AccountMembershipNotAllowedRejection object
Rejection returned when the Account Membership is not allowed to use an operation.
AddCardPayload.BadAccountStatusRejection object
Rejection returned if the status account is not valid
AddCardPayload.CardProductDisabledRejection object
Rejection returned if the card product is disabled.
AddCardPayload.CardProductInvalidFundingTypeRejection object
Rejection returned when a card product funding type is invalid. It can occur for example when an individual account holder tries to create a card with a credit card product.
AddCardPayload.CardProductSuspendedRejection object
Rejection returned if the card product is suspended.
AddCardPayload.EnabledCardDesignNotFoundRejection object
Rejection returned if the card product don't have a card design enabled
AddCardPayload.ForbiddenRejection object
AddCardPayload.MissingMandatoryFieldRejection object
Rejection returned when mandatory fields are missing from the call.
AddCardPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
addCard mutation