Skip to main content

ViewPhysicalCardPinPayload

No description

union ViewPhysicalCardPinPayload = ViewPhysicalCardPinSuccessPayload | CardNotFoundRejection | PhysicalCardNotFoundRejection | PINNotReadyRejection | UserNotCardHolderRejection | ValidationRejection

Possible types

ViewPhysicalCardPinPayload.ViewPhysicalCardPinSuccessPayload object

ViewPhysicalCardPinPayload.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

ViewPhysicalCardPinPayload.PhysicalCardNotFoundRejection object

Rejection returned when the Physical Card does not exist

ViewPhysicalCardPinPayload.PINNotReadyRejection object

ViewPhysicalCardPinPayload.UserNotCardHolderRejection object

Rejection returned when the User is not the Card Holder

ViewPhysicalCardPinPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

viewPhysicalCardPin mutation