Search Results for

    Show / Hide Table of Contents

    Class CaptureStatusOutput

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

    Properties

    IsRetriable

    Flag indicating whether a rejected payment may be retried by the merchant without incurring a fee

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

    ProviderRawOutput

    This is the raw response returned by the acquirer. This property contains unprocessed data directly returned by the acquirer. It's recommended for data analysis only due to its dynamic nature, which may undergo future changes.

    Declaration
    public IList<KeyValuePair> ProviderRawOutput { get; set; }
    Property Value
    Type Description
    IList<KeyValuePair>

    StatusCode

    Numeric status code of the legacy API. It is returned to ease the migration from the legacy APIs to Worldline Connect. You should not write new business logic based on this property as it will be deprecated in a future version of the API. The value can also be found in the GlobalCollect Payment Console, in the Ogone BackOffice and in report files.

    Declaration
    public int? StatusCode { get; set; }
    Property Value
    Type Description
    int?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.