/walletobjects/v1/issuer
POST
/walletobjects/v1/issuer
issuer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://walletobjects.googleapis.com//walletobjects/v1/issuer' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactInfo": {
"alertsEmails": [
"string"
],
"email": "string",
"name": "string",
"phone": "string"
},
"homepageUrl": "string",
"issuerId": "string",
"name": "string",
"smartTapMerchantData": {
"authenticationKeys": [
{
"id": 0,
"publicKeyPem": "string"
}
],
"smartTapMerchantId": "string"
}
}'
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
Body Params application/json