Binding Notifications
Notify the token requestor about a device binding creation.
In case of retryable error returned by the token requestor, the notification will be resent periodically with exponential backoff.
Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value. Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b
A unique message identifier. It eventually correlates the notification with a request if any. The goal is to help on customer support when needed.
The token identifier.
The unique device identifier.
The device type.
PHONE可能な値: The device type.
ANDROID可能な値: Specific to Visa. Another token identifier that shall be used only with Visa Cloud Token Framework.
The ID&V method selected to bind the device.
APP_TO_APP可能な値: Identifier of the merchant provided by Thales at on-boarding.
Token or binding creation timestamp compliant with ISO 8601.
2017-11-10T09:08:24.479ZNo Content
コンテンツなし
Bad request - Not Retryable
Unauthorized - Not Retryable
Not Found - Not Retryable
Too Many Requests - Retryable
Internal Server Error - Retryable
Service Unavailable - Retryable
POST /tsh-cof/notify-binding-creation HTTP/1.1
Authorization: Basic username:password
authorization: null
x-correlation-id: null
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"tokenId": "text",
"deviceId": "text",
"deviceType": "PHONE",
"appType": "ANDROID",
"vProvisionedTokenId": "text",
"selectedIdvMethod": "APP_TO_APP",
"merchantId": "text",
"creationTimestamp": "2017-11-10T09:08:24.479Z"
}コンテンツなし
Notify the token requestor about a device binding update.
In case of retryable error returned by the token requestor, the notification will be resent periodically with exponential backoff.
Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value. Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b
A unique message identifier. It eventually correlates the notification with a request if any. The goal is to help on customer support when needed.
The token identifier.
The unique device identifier.
The device type.
PHONE可能な値: The device type.
ANDROID可能な値: Binding state.
DELETED可能な値: Specific to Visa. Another token identifier that shall be used only with Visa Cloud Token Framework.
Identifier of the merchant provided by Thales at on-boarding.
The initiator of the event. For example a delete binding can be initiated by the scheme or by the app in the device.
TSP可能な値: Token or binding creation timestamp compliant with ISO 8601.
2017-11-10T09:08:24.479ZToken or binding last update timestamp compliant with ISO 8601.
2017-11-13T11:012:41.165ZNo Content
コンテンツなし
Bad request - Not Retryable
Unauthorized - Not Retryable
Not Found - Not Retryable
Too Many Requests - Retryable
Internal Server Error - Retryable
Service Unavailable - Retryable
POST /tsh-cof/notify-binding-update HTTP/1.1
Authorization: Basic username:password
authorization: null
x-correlation-id: null
Content-Type: application/json
Accept: */*
Content-Length: 271
{
"tokenId": "text",
"deviceId": "text",
"deviceType": "PHONE",
"appType": "ANDROID",
"bindingState": "DELETED",
"vProvisionedTokenId": "text",
"merchantId": "text",
"eventInitiator": "TSP",
"creationTimestamp": "2017-11-10T09:08:24.479Z",
"lastUpdateTimestamp": "2017-11-13T11:012:41.165Z"
}コンテンツなし
最終更新
役に立ちましたか?