Search Results for

    Show / Hide Table of Contents

    Class PayoutResult

    Inheritance
    object
    AbstractOrderStatus
    PayoutResult
    PayoutResponse
    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.Payout.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class PayoutResult : AbstractOrderStatus

    Properties

    PayoutOutput

    Object containing payout details

    Declaration
    public OrderOutput PayoutOutput { get; set; }
    Property Value
    Type Description
    OrderOutput

    Status

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

    • CREATED - The transaction has been created. This is the initial state once a new payout is created.
    • PENDING_APPROVAL - The transaction is awaiting approval from you to proceed with the paying out of the funds
    • REJECTED - The transaction has been rejected
    • PAYOUT_REQUESTED - The transaction is in the queue to be payed out to the customer
    • ACCOUNT_CREDITED - We have successfully credited the customer
    • REJECTED_CREDIT - The credit to the account of the customer was rejected by the bank
    • CANCELLED - You have cancelled the transaction
    • REVERSED - The payout has been reversed and the money is returned to your balance

    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 payout status, timestamp of last status change and performable action on the current payout resource.
    In case of a rejected payout, detailed error information is listed.

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