Class AdditionalResponseData
Inherited Members
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 Available02- Try Again Later03- Do Not Try Again04- Token requirements not fulfilled for this token type05- Negotiated value not provided21- Payment Cancellation22- Merchant does not qualify for product code24- Retry after 1 hour25- Retry after 24 hours26- Retry after 2 days27- Retry after 4 days28- Retry after 6 days29- Retry after 8 days30- Retry after 10 days40- Consumer non-reloadable prepaid card41- Consumer single-use virtual card number42- Sanctions Scoring Service: Score Exceeds Applicable Threshold Value43- 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 |