GooglePayConfigResponse
successbooleanrequired
data object
Response payload for successful operations.
merchantIdstring<uuid>required
merchantNamestringrequired
gatewaystringrequired
allowedCardNetworksstring[]required
allowedAuthMethodsstring[]required
errorstring
Machine-readable error code.
messagestring
Human-readable response message.
GooglePayConfigResponse
{
"success": true,
"data": {
"merchantId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"merchantName": "string",
"gateway": "string",
"allowedCardNetworks": [
"string"
],
"allowedAuthMethods": [
"string"
]
},
"error": "string",
"message": "string"
}