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: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class CaptureStatusOutput

    Properties

    IsRefundable

    Flag indicating if a capture can be refunded

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

    IsRetriable

    Flag indicating whether a rejected capture may be retried by you 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?

    StatusCodeChangeDateTime

    Date and time of capture
    Format: YYYYMMDDHH24MISS

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