# (Deprecated) Add a card to a Google Pay wallet (deprecated) This endpoint is deprecated; please use instead. Endpoint: POST /v1/cards/{card_id}/push_provision/google Version: 1.0 ## Path parameters: - `card_id` (string, required) card_id ## Request fields (application/json): - `client_app_id` (string) Unique identifier for the client application. Use the value . Enum: "SolarisPushProvisioning" - `client_device_id` (string) Stable identifier for a physical Android device. Google refers to this attribute as a in their SDK documentation. Use the method to retrieve this value. Example: "DeviceIDZIiG3a0DgF4mQfkC" - `client_wallet_account_id` (string) Unique 24-byte identifier for each instance of a pair. Google computes the ID as a keyed hash of the Android user ID and the Google account ID. The key to this hash lives on Google's servers; the wallet ID is created during user setup as an RPC. Example: "Rwt3tJek_k1JxivcwbPHjKDk" ## Response 201 fields (application/json): - `wallet_payload` (string) The Google wallet payload. Example: "eyJhbGciOiJBMjU2R0NNS1ciLCJjaGFubmVsU2VjdXJpdHlDb250ZXh0IjoiU0hBUkVEX1NFQ1JFVCIsImVuYyI6IkEyNTZHQ00iLCJpYXQiOjE1NjYzMDUyNDIsIml2IjoiLVpMMGF4M0J2b1dRQjJhZyIsImtpZCI6IjhTTU5BWkRZTVFIQUFNNFU3S1ZZMTNDN0NlajVqdEVZbFI1MFhGRTdJd0R4RG9idE0iLCJ0YWciOiJDUW1DaWRFRkdFYkFyV3ViOU5IdkdRIiwidHlwIjoiSk9TRSJ9" ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Solaris::Identification' for id 'bbbcccfff388923eb899a5852df6cidt'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."