Class RedirectPaymentMethodSpecificInput
Inheritance
RedirectPaymentMethodSpecificInput
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RedirectPaymentMethodSpecificInput : AbstractRedirectPaymentMethodSpecificInput
Properties
IsRecurring
Declaration
public bool? IsRecurring { get; set; }
Property Value
PaymentProduct4101SpecificInput
Object containing specific input required for UPI (Payment product ID 4101)
Declaration
public RedirectPaymentProduct4101SpecificInput PaymentProduct4101SpecificInput { get; set; }
Property Value
PaymentProduct809SpecificInput
Object containing specific input required for Dutch iDeal payments (Payment product ID 809)
Declaration
public RedirectPaymentProduct809SpecificInput PaymentProduct809SpecificInput { get; set; }
Property Value
PaymentProduct840SpecificInput
Object containing specific input required for PayPal payments (Payment product ID 840)
Declaration
public RedirectPaymentProduct840SpecificInput PaymentProduct840SpecificInput { get; set; }
Property Value
PaymentProduct861SpecificInput
Object containing specific input required for AliPay payments (Payment product ID 861)
Declaration
public RedirectPaymentProduct861SpecificInput PaymentProduct861SpecificInput { get; set; }
Property Value
PaymentProduct863SpecificInput
Object containing specific input required for We Chat Pay payments (Payment product ID 863)
Declaration
public RedirectPaymentProduct863SpecificInput PaymentProduct863SpecificInput { get; set; }
Property Value
PaymentProduct869SpecificInput
Object containing specific input required for China UnionPay payments (Payment product ID 869)
Declaration
public RedirectPaymentProduct869SpecificInput PaymentProduct869SpecificInput { get; set; }
Property Value
PaymentProduct882SpecificInput
Object containing specific input required for Indian Net Banking payments (Payment product ID 882)
Declaration
public RedirectPaymentProduct882SpecificInput PaymentProduct882SpecificInput { get; set; }
Property Value
RedirectionData
Object containing browser specific redirection related data
Declaration
public RedirectionData RedirectionData { get; set; }
Property Value
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