Binding notifications

Notify Binding Creation

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.

post/notify-binding-creation

Parameters

#/parameters/authorization — unresolved $ref
#/parameters/xCorrelationId — unresolved $ref

Request body

tokenIdstring required

Identifier of the token

deviceIdstring required

The Device Identifier. Unique for each device.

deviceTypenumber

Device type.

valuedescription
1Phone
2Tablet
3Watch
4-99RFU
appType'IOS' | 'ANDROID' | 'WEB'

The device type.

vProvisionedTokenIdstring

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

selectedIdvMethod'OTP_SMS' | 'OTP_EMAIL' | 'OTP_ONLINE_BANKING' | 'APP_TO_APP' | 'OUTBOUND_CALL' | 'CUSTOMER_SERVICE' | 'NONE' | 'UNKNOWN' required

The ID&V method selected to bind the device.

merchantIdstring required

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

creationTimestampstring

Token or binding creation timestamp compliant with ISO 8601.

Response

— unresolved $ref

Changes