Show / Hide Table of Contents

Class PaymentMerchantUrls

Inheritance
System.Object
PaymentMerchantUrls
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class PaymentMerchantUrls

Properties

| Improve this Doc View Source

Confirmation

URL of merchant confirmation page (max 2000 characters).

Declaration
[JsonProperty(PropertyName = "confirmation")]
public string Confirmation { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

Notification

URL for notifications on pending orders (max 2000 characters).

Declaration
[JsonProperty(PropertyName = "notification")]
public string Notification { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Push

URL that will be requested when an order is completed. Should be different than checkout and confirmation URLs (max 2000 characters).

Declaration
[JsonProperty(PropertyName = "push")]
public string Push { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.