/walletobjects/v1/issuer/{resourceId}
PUT
/walletobjects/v1/issuer/{resourceId}
issuer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://walletobjects.googleapis.com//walletobjects/v1/issuer/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"contactInfo": {
"alertsEmails": [
"string"
],
"email": "string",
"name": "string",
"phone": "string"
},
"homepageUrl": "string",
"issuerId": "string",
"name": "string",
"smartTapMerchantData": {
"authenticationKeys": [
{
"id": 0,
"publicKeyPem": "string"
}
],
"smartTapMerchantId": "string"
}
}
Request
Path Params
resourceId
string
required
Body Params application/json
Responses
Modified at 2022-09-10 16:56:46