Class CaptureStatusOutput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CaptureStatusOutput
Properties
IsRetriable
Flag indicating whether a rejected payment may be retried by the merchant without incurring a fee
- true
- false
Declaration
public bool? IsRetriable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ProviderRawOutput
This is the raw response returned by the acquirer. This property contains unprocessed data directly returned by the acquirer. It's recommended for data analysis only due to its dynamic nature, which may undergo future changes.
Declaration
public IList<KeyValuePair> ProviderRawOutput { get; set; }
Property Value
Type | Description |
---|---|
IList<KeyValuePair> |
StatusCode
Numeric status code of the legacy API. It is returned to ease the migration from the legacy APIs to Worldline Connect. You should not write new business logic based on this property as it will be deprecated in a future version of the API. The value can also be found in the GlobalCollect Payment Console, in the Ogone BackOffice and in report files.
Declaration
public int? StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int? |