Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

トークンプロビジョニングおよび管理 API

PUT /tokens/{tokenId}/data

put

This method is used by TSP to send the partial or complete data preparation used to personalize the payment application.

パスパラメータ
tokenIdstring · 最小: 1 · 最大: 48必須

Identifier of the token to update

ヘッダーパラメータ
x-request-idstring · 最小: 1 · 最大: 64必須

Unique request identifier use to trace function calls across system

本文
issuerIdstring · 最小: 10 · 最大: 10必須

Unique Identifier of Issuer

レスポンス
204

successful

コンテンツなし

put/tokens/{tokenId}/data
PUT /gtep/tsh/trapi/v1.0/tokens/{tokenId}/data HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Content-Type: application/json
Accept: */*
Content-Length: 87

{
  "issuerId": "text",
  "tokenPersoInfo": [
    {
      "name": "text",
      "value": "text",
      "keyIndex": "text"
    }
  ]
}

コンテンツなし

PUT /tokens/{tokenId}/newData

put

This method is used by TSP to send the partial or complete data preparation used in order to re-personalize the payment application.

パスパラメータ
tokenIdstring · 最小: 1 · 最大: 48必須

Identifier of the token to update

ヘッダーパラメータ
x-request-idstring · 最小: 1 · 最大: 64必須

Unique request identifier use to trace function calls across system

本文
issuerIdstring · 最小: 10 · 最大: 10必須

Unique Identifier of Issuer

repersoedTokenIdstring · 最小: 1 · 最大: 48オプション

new tokenId linked to the new DPAN BIN

レスポンス
204

successful

コンテンツなし

put/tokens/{tokenId}/newData
PUT /gtep/tsh/trapi/v1.0/tokens/{tokenId}/newData HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Content-Type: application/json
Accept: */*
Content-Length: 155

{
  "issuerId": "text",
  "tokenInfo": {
    "exp": "1220",
    "last4": "1234"
  },
  "tokenPersoInfo": [
    {
      "name": "text",
      "value": "text",
      "keyIndex": "text"
    }
  ],
  "repersoedTokenId": "text"
}

コンテンツなし

GET /healthCheck

get

This method is used by TSP to monitor TSH health. It should be used every 30 seconds in production environment.

ヘッダーパラメータ
x-request-idstring · 最小: 1 · 最大: 64必須

Unique request identifier use to trace function calls across system

レスポンス
204

successful

コンテンツなし

get/healthCheck
GET /gtep/tsh/trapi/v1.0/healthCheck HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Accept: */*

コンテンツなし

最終更新

役に立ちましたか?