v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Enrollment

Update card enrollment

Update card existing enrolled/registered credentials in VFC accounts.

Note: This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.

put/flex_credentials/v1/vfc/enrollment/cards

Request body

newCardIdinteger required

The new card ID to update enrollment for

existingCardIdinteger required

Existing card ID with enrollment

Example request

{
  "newCardId": 186283624,
  "existingCardId": 186248443
}

Response

Success

card_idinteger required

Enrolled card ID

document_idstring required

Enrollment document ID. UUID from Visa that identifies card in VFC.

Example response

{
  "card_id": 6743052,
  "document_id": "v-301-923113d1-c87e-460f-a504-9eb7999163ff"
}