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.

Delete device binding

Delete a device binding from a merchant application using the Thales SDK.

Flow

App-initiated device binding deletion flow.
Step
Description

1

The merchant application calls the Thales SDK to delete the device binding for the token.

2-4

The Thales backend sends the deletion request to the payment network which coordinates the deletion with the issuer backend.

5-6

The Thales SDK returns the result to the merchant application.

7

The Thales backend sends a notification to the merchant or PSP backend.

SDK integration

Call removeBinding and handle the result in onSuccess or onError.

Backend integration

The Thales backend notifies your merchant or PSP backend when the device binding is deleted.

Last updated

Was this helpful?