Interoperability refers to the ability of Klarna's full product suite to work seamlessly across multiple integration paths.
A function to be executed when token is updated.
Interoperability
Interoperability.onTokenUpdate
general-availability
true
acquiring_partner Register a callback for interoperability token updates.
This method allows partners to set a callback function that gets invoked whenever there is a change in the interoperability token.
Klarna.Interoperability.on('tokenupdate', (interoperabilityToken) => { console.log('Interoperability Token is updated:', interoperabilityToken);}); Copy
Klarna.Interoperability.on('tokenupdate', (interoperabilityToken) => { console.log('Interoperability Token is updated:', interoperabilityToken);});
The interoperability token
Interoperability.token
acquiring_partner Get an interoperability token to be transfered to Acquiring Partner.
Interoperability refers to the ability of Klarna's full product suite to work seamlessly across multiple integration paths.