InitiateCardPinUpdatePayload
Validation ID necessary to update the pin for a card.
type InitiateCardPinUpdatePayload {
phoneValidationId: String!
}
Fields
InitiateCardPinUpdatePayload.phoneValidationId
● String!
non-null scalar
The ID of this validation session. This MUST be passed on the subsequent request to set the card pin, along with an OTP.
Returned by
initiateCardPinUpdate
mutation