Search Results for

    Show / Hide Table of Contents

    Class RedirectPaymentMethodSpecificInput

    Inheritance
    object
    AbstractPaymentMethodSpecificInput
    AbstractRedirectPaymentMethodSpecificInput
    RedirectPaymentMethodSpecificInput
    Inherited Members
    AbstractRedirectPaymentMethodSpecificInput.ExpirationPeriod
    AbstractRedirectPaymentMethodSpecificInput.RecurringPaymentSequenceIndicator
    AbstractRedirectPaymentMethodSpecificInput.RequiresApproval
    AbstractRedirectPaymentMethodSpecificInput.Token
    AbstractRedirectPaymentMethodSpecificInput.Tokenize
    AbstractPaymentMethodSpecificInput.PaymentProductId
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class RedirectPaymentMethodSpecificInput : AbstractRedirectPaymentMethodSpecificInput

    Properties

    IsRecurring

    • true
    • false
    Declaration
    public bool? IsRecurring { get; set; }
    Property Value
    Type Description
    bool?

    PaymentProduct4101SpecificInput

    Object containing specific input required for UPI (Payment product ID 4101)

    Declaration
    public RedirectPaymentProduct4101SpecificInput PaymentProduct4101SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct4101SpecificInput

    PaymentProduct809SpecificInput

    Object containing specific input required for Dutch iDeal payments (Payment product ID 809)

    Declaration
    public RedirectPaymentProduct809SpecificInput PaymentProduct809SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct809SpecificInput

    PaymentProduct816SpecificInput

    Object containing specific input required for German giropay payments (Payment product ID 816)

    Declaration
    public RedirectPaymentProduct816SpecificInput PaymentProduct816SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct816SpecificInput

    PaymentProduct840SpecificInput

    Object containing specific input required for PayPal payments (Payment product ID 840)

    Declaration
    public RedirectPaymentProduct840SpecificInput PaymentProduct840SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct840SpecificInput

    PaymentProduct861SpecificInput

    Object containing specific input required for AliPay payments (Payment product ID 861)

    Declaration
    public RedirectPaymentProduct861SpecificInput PaymentProduct861SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct861SpecificInput

    PaymentProduct863SpecificInput

    Object containing specific input required for We Chat Pay payments (Payment product ID 863)

    Declaration
    public RedirectPaymentProduct863SpecificInput PaymentProduct863SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct863SpecificInput

    PaymentProduct869SpecificInput

    Object containing specific input required for China UnionPay payments (Payment product ID 869)

    Declaration
    public RedirectPaymentProduct869SpecificInput PaymentProduct869SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct869SpecificInput

    PaymentProduct882SpecificInput

    Object containing specific input required for Indian Net Banking payments (Payment product ID 882)

    Declaration
    public RedirectPaymentProduct882SpecificInput PaymentProduct882SpecificInput { get; set; }
    Property Value
    Type Description
    RedirectPaymentProduct882SpecificInput

    RedirectionData

    Object containing browser specific redirection related data

    Declaration
    public RedirectionData RedirectionData { get; set; }
    Property Value
    Type Description
    RedirectionData

    ReturnUrl

    The URL that the customer is redirect to after the payment flow has finished. You can add any number of key value pairs in the query string that, for instance help you to identify the customer when they return to your site. Please note that we will also append some additional key value pairs that will also help you with this identification process.
    Note: The provided URL should be absolute and contain the protocol to use, e.g. http:// or https://. For use on mobile devices a custom protocol can be used in the form of protocol://. This protocol must be registered on the device first.
    URLs without a protocol will be rejected.

    Declaration
    [Obsolete("Use redirectionData.returnUrl instead")]
    public string ReturnUrl { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.