Integrating with Google Pay™️
Overview
Instructions
Request Data Structure
{
"google_pay_payload": {
// The "token" field contains the payload from Google Pay. The VGS Proxy will be replace this field with the decrypted and tokenized version
"token": {
"signature": "...",
"intermediateSigningKey":{
"signedKey":"...",
"signatures":[
"..."
]
},
"protocolVersion":"ECv2",
"signedMessage":"..."
},
"miscellaneous_data": "Miscellaneous data. There can be any number of additional data fields."
},
"miscellaneous_data": "additional data fields"
}
Upstream Data Structure
Event diagram

Google Pay™️ Feature Support
Auth Methods
Card Networks
Samples
Last updated

