Relative Content

Tag Archive for google-pay

Detect which client Id was used for GooglePay

A partner of us operates multiple apps and processes Google Pay in those. There are some legacy apps which are hard to update and also some legacy websites using the Google Pay Javascript SDK.

Tokenizing Google Pay Data with CardPointe – Decryption failure

I’m working on implementing Google Pay in my website using the “cardconnect” gateway. I’ve got the Google Pay API implemented in javascript and that seems to be working fine. I’ve also implemented the code that decrypts the google pay payload data and tokenizes it for CardPointe. See the procedure below. The “data” variable is the google payload. I’m following the instructions here https://developer.cardpointe.com/guides/google-pay#support. Google has approved my website.

Generate Google Pay Payment Token

We have implemented a java microservice for decrypting the google pay token. For Implementing unit testing and regression we need to generate the encrypted google pay token. Is there any java library for generating this token ?