Search Results for

    Show / Hide Table of Contents

    Class ApiPaymentResponse

    Inheritance
    object
    ApiPaymentResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class ApiPaymentResponse

    Properties

    AdditionalResponseData

    Additional response data

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

    CardPaymentData

    Declaration
    public CardPaymentDataForResponse CardPaymentData { get; set; }
    Property Value
    Type Description
    CardPaymentDataForResponse

    InitialAuthorizationCode

    Authorization approval code

    Declaration
    public string InitialAuthorizationCode { get; set; }
    Property Value
    Type Description
    string

    OperationId

    A globally unique identifier of the operation, generated by you.
    We advise you to submit a UUID or an identifier composed of an arbitrary string and a UUID/URL-safe Base64 UUID (RFC 4648 §5).
    It's used to detect duplicate requests or to reference an operation in technical reversals.

    Declaration
    public string OperationId { get; set; }
    Property Value
    Type Description
    string

    PaymentId

    the ID of the payment

    Declaration
    public string PaymentId { get; set; }
    Property Value
    Type Description
    string

    References

    A set of references returned in responses

    Declaration
    public ApiReferencesForResponses References { get; set; }
    Property Value
    Type Description
    ApiReferencesForResponses

    Responder

    The party that originated the response Possible values are:

    • WORLDLINE
    • ISSUER
    • SCHEME
    • PARTNER
    Declaration
    public string Responder { get; set; }
    Property Value
    Type Description
    string

    ResponseCode

    Numeric response code, e.g. 0, 5

    Declaration
    public string ResponseCode { get; set; }
    Property Value
    Type Description
    string

    ResponseCodeCategory

    Category of response code.
    Possible values are:

    • APPROVED
    • PARTIALLY_APPROVED
    • DECLINED
    Declaration
    public string ResponseCodeCategory { get; set; }
    Property Value
    Type Description
    string

    ResponseCodeDescription

    Description of the response code

    Declaration
    public string ResponseCodeDescription { get; set; }
    Property Value
    Type Description
    string

    Status

    The status of the payment, refund or credit transfer
    Possible values are:

    • AUTHORIZED
    • NOT_AUTHORIZED
    • PENDING
    • PENDING_CAPTURE
    • CONFIRMED
    • REVERSED
    • CANCELLED
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    StatusTimestamp

    Timestamp of the status in format yyyy-MM-ddTHH:mm:ssZ

    Declaration
    public DateTimeOffset StatusTimestamp { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    TotalAuthorizedAmount

    Amount for the operation.

    Declaration
    public AmountData TotalAuthorizedAmount { get; set; }
    Property Value
    Type Description
    AmountData
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA