# providers_google_pay_validate_transaction_id_create Associate a Google Pay account with a known user Endpoint: POST /api/providers/google-pay/validate-transaction-id/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `google_pay_receipt` (string, required) - `bundle_id` (string) - `key` (string) - `name` (string) ## Response 200 fields (application/json): - `success` (boolean) - `message` (any, required) - `data` (any) ## Response 400 fields (application/json): - `success` (boolean) - `message` (any, required) - `data` (any)