Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Binding notifications

Notify Binding Creation

post

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.

Autorizaciones
AuthorizationstringRequerido
Parámetros de encabezado
authorizationanyRequerido

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

x-correlation-idanyRequerido

A unique message identifier. It eventually correlates the notification with a request if any. The goal is to help on customer support when needed.

Cuerpo
tokenIdstring · mín: 1 · máx: 128Requerido

The token identifier.

deviceIdstring · mín: 1 · máx: 24Requerido

The unique device identifier.

deviceTypestring · enum · máx: 32Opcional

The device type.

Example: PHONEValores posibles:
appTypestring · enum · máx: 32Opcional

The device type.

Example: ANDROIDValores posibles:
vProvisionedTokenIdstring · mín: 1 · máx: 36Opcional

Specific to Visa. Another token identifier that shall be used only with Visa Cloud Token Framework.

selectedIdvMethodstring · enum · máx: 32Requerido

The ID&V method selected to bind the device.

Example: APP_TO_APPValores posibles:
merchantIdstring · mín: 1 · máx: 128Requerido

Identifier of the merchant provided by Thales at on-boarding.

creationTimestampstring · máx: 64Opcional

Token or binding creation timestamp compliant with ISO 8601.

Example: 2017-11-10T09:08:24.479Z
Respuestas
post
/notify-binding-creation

Sin contenido

Notify Binding Update

post

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.

Autorizaciones
AuthorizationstringRequerido
Parámetros de encabezado
authorizationanyRequerido

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

x-correlation-idanyRequerido

A unique message identifier. It eventually correlates the notification with a request if any. The goal is to help on customer support when needed.

Cuerpo
tokenIdstring · mín: 1 · máx: 128Requerido

The token identifier.

deviceIdstring · mín: 1 · máx: 24Requerido

The unique device identifier.

deviceTypestring · enum · máx: 32Opcional

The device type.

Example: PHONEValores posibles:
appTypestring · enum · máx: 32Opcional

The device type.

Example: ANDROIDValores posibles:
bindingStatestring · enum · máx: 64Requerido

Binding state.

Example: DELETEDValores posibles:
vProvisionedTokenIdstring · mín: 1 · máx: 36Opcional

Specific to Visa. Another token identifier that shall be used only with Visa Cloud Token Framework.

merchantIdstring · mín: 1 · máx: 128Requerido

Identifier of the merchant provided by Thales at on-boarding.

eventInitiatorstring · enum · máx: 32Requerido

The initiator of the event. For example a delete binding can be initiated by the scheme or by the app in the device.

Example: TSPValores posibles:
creationTimestampstring · máx: 64Opcional

Token or binding creation timestamp compliant with ISO 8601.

Example: 2017-11-10T09:08:24.479Z
lastUpdateTimestampstring · máx: 64Opcional

Token or binding last update timestamp compliant with ISO 8601.

Example: 2017-11-13T11:012:41.165Z
Respuestas
post
/notify-binding-update

Sin contenido

Última actualización

¿Te fue útil?