Ask me anything!

A simpler billing experience is coming soon. Learn more here.

How can I know if an authorize call was invoked using a CVV?

Comments

1 comment

  • Avatar
    Shadrack Sithole

    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 as null:
    "verification_value": "",

    CVV of 123 provided:
    "verification_value": "XXX"

    0
    Comment actions Permalink

Please sign in to leave a comment.