window.klarnaAsyncCallback = function () {
window.Klarna.Payments.Buttons.init({
client_id: "klarna_live_client_NTkzc293cXEzNFh1SGQ1dXJ1RkRMQTU4QSRVOEZnczMsZjZiMmMzN2UtODJhYS00MmU5LWEwYTgtMTQ4NWRhMDlhZDg2LDEsSDFiUVZvTElWa25uNDZJRzJWeWFoTTRDNHphTGpJbm1KU1g3eC9RcEluZz0",
}).load(
{
container: "#container",
theme: "default",
shape: "default",
on_click: (authorize) => {
// Here you should invoke authorize with the order payload.
authorize(
{ collect_shipping_address: true },
payload, // order payload
(result) => {
// The result, if successful contains the authorization_token
},
);
},
},
function load_callback(loadResult) {
// Here you can handle the result of loading the button
},
);
};
top of page
Spedizione Gratuita per ordini a partire da 25euro