/walletobjects/v1/smartTap
POST
/walletobjects/v1/smartTap
smarttap
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://walletobjects.googleapis.com//walletobjects/v1/smartTap' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"infos": [
{
"action": "ACTION_UNSPECIFIED",
"signUpInfo": {
"classId": "string"
},
"url": "string",
"value": "string"
}
],
"kind": "string",
"merchantId": "string"
}'
Response Response Example
{
"id": "string",
"infos": [
{
"action": "ACTION_UNSPECIFIED",
"signUpInfo": {
"classId": "string"
},
"url": "string",
"value": "string"
}
],
"kind": "string",
"merchantId": "string"
}
Request
Body Params application/json