You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action links a saved cardIdentifier to a new merchantSessionKey with a freshly entered securityCode (CVV) to perform a 3D Secure check when re-using a saved card token, for extra security.
What strikes me as odd if that the examples given show how it would be used from the server side only, which you would want to avoid for PCI reasons. With the right PCI accreditation it can be done, so this library should support it, but in most cases it would be a client-side call only.
The text was updated successfully, but these errors were encountered:
This action links a saved
cardIdentifier
to a newmerchantSessionKey
with a freshly enteredsecurityCode
(CVV) to perform a 3D Secure check when re-using a saved card token, for extra security.What strikes me as odd if that the examples given show how it would be used from the server side only, which you would want to avoid for PCI reasons. With the right PCI accreditation it can be done, so this library should support it, but in most cases it would be a client-side call only.
The text was updated successfully, but these errors were encountered: