トークンプロビジョニングおよび管理 API
This method is used by TSP to send the partial or complete data preparation used to personalize the payment application.
Identifier of the token to update
Unique request identifier use to trace function calls across system
Unique Identifier of Issuer
successful
コンテンツなし
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter.
Possible error codes are 111, 112, 113, 119, 321, 322, 431, 432, 911, 921
Internal Server Error Retry possible
Service Unavailable Retry possible
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"
}
]
}コンテンツなし
This method is used by TSP to send the partial or complete data preparation used in order to re-personalize the payment application.
Identifier of the token to update
Unique request identifier use to trace function calls across system
Unique Identifier of Issuer
new tokenId linked to the new DPAN BIN
successful
コンテンツなし
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter.
Possible error codes are 111, 112, 113, 119, 321, 431, 432, 911, 921
Internal Server Error Retry possible
Service Unavailable Retry possible
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"
}コンテンツなし
This method is used by TSP to monitor TSH health. It should be used every 30 seconds in production environment.
Unique request identifier use to trace function calls across system
successful
コンテンツなし
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter.
Possible error codes are 111, 112, 911, 921
Internal Server Error Retry possible
Service Unavailable Retry possible
GET /gtep/tsh/trapi/v1.0/healthCheck HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Accept: */*
コンテンツなし
最終更新
役に立ちましたか?