Search Results for

    Show / Hide Table of Contents

    Class Capture

    Inheritance
    object
    AbstractOrderStatus
    Capture
    CaptureResponse
    Inherited Members
    AbstractOrderStatus.Id
    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 Capture : AbstractOrderStatus

    Properties

    CaptureOutput

    Object containing capture details

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

    Status

    Current high-level status of the payment in a human-readable form. Possible values are :

    • CAPTURE_REQUESTED - The transaction is in the queue to be captured.
    • CAPTURED - The transaction has been captured and we have received online confirmation.
    • CANCELLED - You have cancelled the transaction.
    • REJECTED_CAPTURE - We or one of our downstream acquirers/providers have rejected the capture request.
    • REVERSED - The transaction has been reversed.

    Please see Statuses for a full overview of possible values.
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    StatusOutput

    This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.

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