You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/walletobjects_v1.issuer.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ <h3>Method Details</h3>
113
113
An object of the form:
114
114
115
115
{
116
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
117
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
118
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
118
122
"A String",
@@ -145,6 +149,10 @@ <h3>Method Details</h3>
145
149
The object takes the form of:
146
150
147
151
{
152
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
153
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
154
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
150
158
"A String",
@@ -176,6 +184,10 @@ <h3>Method Details</h3>
176
184
An object of the form:
177
185
178
186
{
187
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
188
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
189
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
181
193
"A String",
@@ -215,6 +227,10 @@ <h3>Method Details</h3>
215
227
{
216
228
"resources": [ # Resources corresponding to the list request.
217
229
{
230
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
231
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
232
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
220
236
"A String",
@@ -250,6 +266,10 @@ <h3>Method Details</h3>
250
266
The object takes the form of:
251
267
252
268
{
269
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
270
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
271
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
255
275
"A String",
@@ -281,6 +301,10 @@ <h3>Method Details</h3>
281
301
An object of the form:
282
302
283
303
{
304
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
305
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
306
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
286
310
"A String",
@@ -314,6 +338,10 @@ <h3>Method Details</h3>
314
338
The object takes the form of:
315
339
316
340
{
341
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
342
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
343
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
"alertsEmails": [ # Email addresses which will receive alerts.
319
347
"A String",
@@ -345,6 +373,10 @@ <h3>Method Details</h3>
345
373
An object of the form:
346
374
347
375
{
376
+
"callbackOptions": { # Allows the issuer to provide their callback settings.
377
+
"updateRequestUrl": "A String", # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
378
+
"url": "A String", # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
0 commit comments