REST Resource: issuer

資源:Issuer

JSON 表示法
{
  "issuerId": string,
  "name": string,
  "contactInfo": {
    object (IssuerContactInfo)
  },
  "homepageUrl": string,
  "smartTapMerchantData": {
    object (SmartTapMerchantData)
  },
  "callbackOptions": {
    object (CallbackOptions)
  }
}
欄位
issuerId

string (int64 format)

核發機構帳戶的專屬 ID。在您插入核發機構時,系統會自動產生這項資訊。

name

string

核發者的帳戶名稱。

contactInfo

object (IssuerContactInfo)

核發者聯絡資訊。

homepageUrl

string

核發者的首頁網址。

smartTapMerchantData

object (SmartTapMerchantData)

僅適用於支援智慧感應功能的合作夥伴。如需其他協助,請與支援團隊聯絡。

callbackOptions

object (CallbackOptions)

允許發卡機構提供其回呼設定。

IssuerContactInfo

JSON 表示法
{
  "name": string,
  "phone": string,
  "email": string,
  "alertsEmails": [
    string
  ]
}
欄位
name

string

主要聯絡人的姓名。

phone

string

主要聯絡電話號碼。

email

string

主要聯絡電子郵件地址。

alertsEmails[]

string

用來接收通知的電子郵件地址。

SmartTapMerchantData

JSON 表示法
{
  "smartTapMerchantId": string,
  "authenticationKeys": [
    {
      object (AuthenticationKey)
    }
  ]
}
欄位
smartTapMerchantId

string (int64 format)

僅適用於支援智慧感應功能的合作夥伴。如需其他協助,請與支援團隊聯絡。

authenticationKeys[]

object (AuthenticationKey)

僅適用於支援智慧感應功能的合作夥伴。如需其他協助,請與支援團隊聯絡。

AuthenticationKey

JSON 表示法
{
  "id": integer,
  "publicKeyPem": string
}
欄位
id

integer

僅適用於支援智慧感應功能的合作夥伴。如需其他協助,請與支援團隊聯絡。

publicKeyPem

string

僅適用於支援智慧感應功能的合作夥伴。如需其他協助,請與支援團隊聯絡。

方法

get

傳回具有指定核發機構 ID 的核發機構。

insert

插入具有指定 ID 和屬性的核發機構。

list

傳回分享給呼叫者的所有核發者清單。

patch

更新指定核發機構 ID 參照的核發機構。

update

更新指定核發機構 ID 參照的核發機構。