Search Results for

    Show / Hide Table of Contents

    Class CreateHostedCheckoutResponse

    Inheritance
    object
    CreateHostedCheckoutResponse
    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.Hostedcheckout
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CreateHostedCheckoutResponse

    Properties

    HostedCheckoutId

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

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

    InvalidTokens

    Tokens that are submitted in the request are validated. In case any of the tokens can't be used anymore they are returned in this array. You should most likely remove those tokens from your system.

    Declaration
    public IList<string> InvalidTokens { get; set; }
    Property Value
    Type Description
    IList<string>

    MerchantReference

    If a payment is created during this hosted checkout, then it will use this merchantReference. This is the merchantReference you provided in the Create Hosted Checkout request, or if you did not provide one, a reference generated by Connect. This allows you to to link a webhook related to the created payment back to this hosted checkout using the webhook's paymentOutput.references.merchantReference.

    This property is intended primarily for hosted checkouts on the Ogone Payment Platform. On the GlobalCollect platform, you can also use hostedCheckoutSpecificOutput.hostedCheckoutId.

    Declaration
    public string MerchantReference { 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 MyCheckout hosted payment 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.