POST
/
v1
/
{cardId}
/
provision
/
googlepay
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/wallet/v1/{cardId}/provision/googlepay \
  --header 'Content-Type: application/json' \
  --data '{
  "clientAppID": "<string>",
  "clientDeviceID": "<string>",
  "clientWalletAccountID": "<string>"
}'
{
  "digitizationData": "<string>"
}

Path Parameters

cardId
integer
required

CardId for the card that should be provisioned (returned from card operation)

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Response

200
application/json

OK

The response is of type object.