Skip to main content

GooglePayConfigResponse

successbooleanrequired
data object

Response payload for successful operations.

gatewaystringrequired
gatewayMerchantIdstringrequired
environmentstringrequired
googlePayMerchantIdstringnullable
errorstring

Machine-readable error code.

messagestring

Human-readable response message.

GooglePayConfigResponse
{
"success": true,
"data": {
"gateway": "string",
"gatewayMerchantId": "string",
"environment": "string",
"googlePayMerchantId": "string"
},
"error": "string",
"message": "string"
}