Search Results for

    Show / Hide Table of Contents

    Class AdditionalResponseData

    Inheritance
    object
    AdditionalResponseData
    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 AdditionalResponseData

    Properties

    MerchantAdviceCode

    Merchant advice code as returned by the scheme, usually returned upon rejection. Known possible values at the time of writing this documentation are:

    • 01 - New Account Information Available
    • 02 - Try Again Later
    • 03 - Do Not Try Again
    • 04 - Token requirements not fulfilled for this token type
    • 05 - Negotiated value not provided
    • 21 - Payment Cancellation
    • 22 - Merchant does not qualify for product code
    • 24 - Retry after 1 hour
    • 25 - Retry after 24 hours
    • 26 - Retry after 2 days
    • 27 - Retry after 4 days
    • 28 - Retry after 6 days
    • 29 - Retry after 8 days
    • 30 - Retry after 10 days
    • 40 - Consumer non-reloadable prepaid card
    • 41 - Consumer single-use virtual card number
    • 42 - Sanctions Scoring Service: Score Exceeds Applicable Threshold Value
    • 43 - Consumer multi-use virtual card number Note: In case new values are added and returned by the schemes, they will be returned as is. We will maintain the above list on a best-effort basis.
    Declaration
    public string MerchantAdviceCode { get; set; }
    Property Value
    Type Description
    string

    MerchantAdviceCodeDescription

    Human readable description of the merchant advice code. Note: In case the merchant advice code is unknown (unmapped), the system returns Unknown.

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