- eventticketclass
- eventticketobject
- /walletobjects/v1/eventTicketObjectGET
- /walletobjects/v1/eventTicketObjectPOST
- /walletobjects/v1/eventTicketObject/{resourceId}GET
- /walletobjects/v1/eventTicketObject/{resourceId}PATCH
- /walletobjects/v1/eventTicketObject/{resourceId}PUT
- /walletobjects/v1/eventTicketObject/{resourceId}/addMessagePOST
- /walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjectsPOST
- flightclass
- flightobject
- giftcardclass
- giftcardobject
- issuer
- jwt
- loyaltyclass
- loyaltyobject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}/addMessage
- /walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects
- offerclass
- offerobject
- permissions
- smarttap
- transitclass
- transitobject
- valuablesclasses
- walletobjects
/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 ''
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
contactInfo
object (IssuerContactInfo)
optional
alertsEmails
array[string]
optional
email
string
optional
name
string
optional
phone
string
optional
homepageUrl
string
optional
issuerId
string <int64>
optional
name
string
optional
smartTapMerchantData
object (SmartTapMerchantData)
optional
authenticationKeys
array[object (AuthenticationKey) {2}]
optional
smartTapMerchantId
string <int64>
optional
Examples
Responses
🟢200Successful response
application/json
Body
contactInfo
object (IssuerContactInfo)
optional
alertsEmails
array[string]
optional
email
string
optional
name
string
optional
phone
string
optional
homepageUrl
string
optional
issuerId
string <int64>
optional
name
string
optional
smartTapMerchantData
object (SmartTapMerchantData)
optional
authenticationKeys
array[object (AuthenticationKey) {2}]
optional
smartTapMerchantId
string <int64>
optional
Modified at 2022-09-10 16:56:46