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>"
}
CardId for the card that should be provisioned (returned from card operation)
The audit user to log the request
OK
The response is of type object
.
Was this page helpful?
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>"
}