How can I know if an authorize call was invoked using a CVV?
There is a way to infer from the authorize response if that call had a CVV value being sent to the gateway?
-
Hi there,
If a CVV was passed in the payment method object in Spreedly, you will see this "verification value": "XXX" in the response, otherwise it will be an empty string like this "verification value": " ",
e.g
CVV not provided at all:"verification_value": "",CVV sent as"":"verification_value": "",CVV sent asnull:"verification_value": "",CVV of 123 provided:"verification_value": "XXX"
Please sign in to leave a comment.
Comments
1 comment