latestOpenAPI 3.0.12026-08-10122864.6 KB
15f03804be72
Push provisioning
Fetch wallet payload for Google Pay in-app provisioning
Returns a wallet payload for adding the customer's card to their Google Pay wallet via request to the Google Pay API. <br>Note: This endpoint will trigger the change request process. The customer will receive a 2FA challenge to confirm the request.
post/v1/cards/{card_id}/sca_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
The request was accepted, and now the customer must confirm the change request.
Example response
{
"id": "d6c778822b2d7bd3b778935bcfd0d1d3csc",
"status": "AUTHORIZATION_REQUIRED",
"updated_at": "2022-04-21T13:59:52+00:00",
"url": "https://example.com/authorize"
}