Resource: Issuer
JSON representation |
---|
{ "issuerId": string, "name": string, "contactInfo": { object ( |
Fields | |
---|---|
issuer |
The unique identifier for an issuer account. This is automatically generated when the issuer is inserted. |
name |
The account name of the issuer. |
contact |
Issuer contact information. |
homepage |
URL for the issuer's home page. |
smart |
Available only to Smart Tap enabled partners. Contact support for additional guidance. |
callback |
Allows the issuer to provide their callback settings. |
IssuerContactInfo
JSON representation |
---|
{ "name": string, "phone": string, "email": string, "alertsEmails": [ string ] } |
Fields | |
---|---|
name |
The primary contact name. |
phone |
The primary contact phone number. |
email |
The primary contact email address. |
alerts |
Email addresses which will receive alerts. |
SmartTapMerchantData
JSON representation |
---|
{
"smartTapMerchantId": string,
"authenticationKeys": [
{
object ( |
Fields | |
---|---|
smart |
Available only to Smart Tap enabled partners. Contact support for additional guidance. |
authentication |
Available only to Smart Tap enabled partners. Contact support for additional guidance. |
AuthenticationKey
JSON representation |
---|
{ "id": integer, "publicKeyPem": string } |
Fields | |
---|---|
id |
Available only to Smart Tap enabled partners. Contact support for additional guidance. |
public |
Available only to Smart Tap enabled partners. Contact support for additional guidance. |
Methods |
|
---|---|
|
Returns the issuer with the given issuer ID. |
|
Inserts an issuer with the given ID and properties. |
|
Returns a list of all issuers shared to the caller. |
|
Updates the issuer referenced by the given issuer ID. |
|
Updates the issuer referenced by the given issuer ID. |