latestOpenAPI 3.0.12026-08-10122864.6 KB
15f03804be72
Push provisioning
(Deprecated) Add a card to a Google Pay wallet
This endpoint is deprecated; please use POST /v1/cards/{card_id}/sca_push_provision/google instead.
post/v1/cards/{card_id}/push_provision/google
Path parameters
card_idstring required
The unique identifier of the customer's card.
Request body
Example request
{
"client_app_id": "SolarisPushProvisioning",
"client_device_id": "DeviceIDZIiG3a0DgF4mQfkC",
"client_wallet_account_id": "Rwt3tJek_k1JxivcwbPHjKDk"
}Response
Successful result of the operation.
Example response
{
"wallet_payload": "eyJhbGciOiJBMjU2R0NNS1ciLCJjaGFubmVsU2VjdXJpdHlDb250ZXh0IjoiU0hBUkVEX1NFQ1JFVCIsImVuYyI6IkEyNTZHQ00iLCJpYXQiOjE1NjYzMDUyNDIsIml2IjoiLVpMMGF4M0J2b1dRQjJhZyIsImtpZCI6IjhTTU5BWkRZTVFIQUFNNFU3S1ZZMTNDN0NlajVqdEVZbFI1MFhGRTdJd0R4RG9idE0iLCJ0YWciOiJDUW1DaWRFRkdFYkFyV3ViOU5IdkdRIiwidHlwIjoiSk9TRSJ9"
}