Skip to main content

initiateCardPinUpdate

Initiates a request to update a card pin. An SMS verification code is sent to the user, and the pin update request will verify the code before proceeding. The pin update request is NOT currently exposed via GraphQL -- it is proxied using VGS to keep sensitive data off our systems. The VGS proxy endpoint that completes the pin update is exposed as a REST endpoint under the path '/v0/vgs/card/update'. Client must make a POST to that endpoint from a VGS secured form (where form values are proxied through VGS and redacted).

initiateCardPinUpdate(
input: InitiateCardPinUpdateInput!
): InitiateCardPinUpdatePayload!

Arguments

initiateCardPinUpdate.input ● InitiateCardPinUpdateInput! non-null input

Type

InitiateCardPinUpdatePayload object

Validation ID necessary to update the pin for a card.