KlarnaPaymentsInitiateResult
Result of M:Payment.Api.Features.KlarnaPayments.IKlarnaPaymentsService.InitiateAsync(System.String,System.String,Payment.Api.DTOs.PaymentCreationDTO,System.Threading.CancellationToken). Contains everything the
storefront needs to render either the in-line widget or to redirect the browser
to the Klarna Hosted Payment Page.
{
"paymentId": "string",
"mode": "InLine",
"clientToken": "string",
"widgetCdnUrl": "string",
"redirectUrl": "string",
"sessionId": "string"
}