Check device binding
public void getBindingState(@NonNull MastercardTAFHelper mastercardTAFHelper, @NonNull String tokenID) {
try {
BindingState bindingState = mastercardTAFHelper.getBindingState(tokenID);
} catch (TMGClientException e) {
// Handle the error
}
}let vProvisionedTokenID = ""
do {
let state = try visaCTFHelper.bindingState(forVProvisionedTokenID: vProvisionedTokenID)
} catch let error {
// Handle the error
}Next steps by binding state
Last updated
Was this helpful?