in Litium 7 you could pass setting to klarna to set mandatory field. common case is to set phone number in germany to mandatory and personidentification number in norway to not mandatory.
https://forum.litium.com/t/klarna-checkout-v3-plugin-send-extra-options-for-specific-country/1510
Is this possible i litium 8 with the Klarna app?
https://docs.klarna.com/api/checkout/#operation/createOrderMerchant!path=attachment&t=request
"options": {
"require_validate_callback_success": true,
"acquiring_channel": "string",
"vat_removed": true,
"allow_separate_shipping_address": true,
"color_button": "#FF9900",
"color_button_text": "#FF9900",
"color_checkbox": "#FF9900",
"color_checkbox_checkmark": "#FF9900",
"color_header": "#FF9900",
"color_link": "#FF9900",
"date_of_birth_mandatory": true,
"shipping_details": "Delivered within 1-3 working days",
"title_mandatory": true,
"additional_checkbox": {},
"national_identification_number_mandatory": true,
"additional_merchant_terms": "string",
"phone_mandatory": true,
"radius_border": "5",
"allowed_customer_types": [],
"show_subtotal_detail": true,
"additional_checkboxes": [],
"verify_national_identification_number": true,
"auto_capture": true,
"require_client_validation": true,
"enable_discount_module": true,
"show_vat_registration_number_field": true
}
Litium version: 8.18.2