'Authorization for google pay without CVV

I am trying to integrate google pay into one of our websites. The backend already has gateway implementation to process the raw card info. Here I would like to use direct integration of google pay where I can decrypt the payment token and extract the credit card info and pass it to the gateway. But here I don't see the cvv info after decryption. After researching I found out that the google pay does not provide cvv. Here I just want to know how can I implement google pay integration without cvv. How are the other websites are integrating the google pay using direct integration without cvv?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source