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: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.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 captures in a human-readable form. Possible values are:

    • CREATED - The capture has been created on our side
    • CAPTURE_REQUESTED - The transaction is in the queue to be captured
    • CAPTURED - The transaction has been captured and we have received online confirmation
    • PAID - We have matched the incoming funds to the transaction
    • CANCELLED - You have cancelled the capture
    • REJECTED_CAPTURE - The capture has been rejected
    • REVERSED - The capture has been reversed
    • CHARGEBACK_NOTIFICATION - We have received a notification of chargeback and this status informs you that your account will be debited for a particular transaction
    • CHARGEBACKED - The transaction has been chargebacked

    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 capture resource. In case of failed captures 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.