Class RedirectPaymentProduct809SpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class RedirectPaymentProduct809SpecificInput
Properties
ExpirationPeriod
This sets the maximum amount of minutes a customer has to complete the payment at the bank. After this period has expired it is impossible for the customer to make a payment and in case no payment has been made the transaction will be marked as unsuccessful and expired by the bank. Setting the expirationPeriod is convenient if you want to maximise the time a customer has to complete the payment. Please note that it is normal for a customer to take up to 5 minutes to complete a payment. Setting this value below 10 minutes is not advised.
You can set this value in minutes with a maximum value of 60 minutes. If no input is provided the default value of 60 is used for the transaction.
Declaration
[Obsolete("Use RedirectPaymentMethodSpecificInput.expirationPeriod instead")]
public string ExpirationPeriod { get; set; }
Property Value
Type | Description |
---|---|
string |
IssuerId
ID of the issuing bank of the customer. A list of available issuerIDs can be obtained by using the retrieve payment product directory API.
Declaration
public string IssuerId { get; set; }
Property Value
Type | Description |
---|---|
string |