Search Results for

    Show / Hide Table of Contents

    Class CreateHostedMandateManagementResponse

    Inheritance
    object
    CreateHostedMandateManagementResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Hostedmandatemanagement
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CreateHostedMandateManagementResponse

    Properties

    HostedMandateManagementId

    This is the ID under which the data for this mandate management can be retrieved.

    Declaration
    public string HostedMandateManagementId { get; set; }
    Property Value
    Type Description
    string

    PartialRedirectUrl

    The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted mandate management pages.

    Declaration
    public string PartialRedirectUrl { get; set; }
    Property Value
    Type Description
    string

    RETURNMAC

    When the customer is returned to your site we will append this property and value to the query-string. You should store this data, so you can identify the returning customer.

    Declaration
    [JsonProperty(PropertyName = "RETURNMAC")]
    public string RETURNMAC { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.