Dear all,
we need to to tokenize customer cards and i found two APIs:
https://sandbox.api.visa.com/universal/core/cards
which returns mainly "vCardID": - Visa-defined unique ID of the card, 42 characters
and
https://cert.api.visa.com/vts/panEnrollments?apiKey=key&relationshipID=id
which returns mailny vPanEnrollmentID: Unique ID for enrolled PAN, Size 36 AN
What is difference between vCardID and vPanEnrollmentID ? And how via these IDs can we gain token from VISA for payment ? (lenght 12-19)
Best regards
Ivan
P.S please send me the answer to *****. Thank you very much
Thank you for reaching out, @ID67! An agent is looking for a solution for you and will get back with you shortly! If any community members know a solution, please feel free to respond in this thread.
Hi @ID67,
Let me check with the product team and get back soon.
Hi @ID67,
vPanEnrollmentID is the unique id returned in the response of panEnrollments API call (enrolls a payment instrument). You can use the PAN enrollment ID (vPanEnrollmentID) to provision additional tokens, monitor PAN metadata, and perform other operations without the need to re-enter PAN credentials.
Apologies for the delayed reply.