Class Capture
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class Capture : AbstractOrderStatus
Properties
CaptureOutput
Object containing capture details
Declaration
public CaptureOutput CaptureOutput { get; set; }
Property Value
Type | Description |
---|---|
CaptureOutput |
Status
Current high-level status of the payment in a human-readable form. Possible values are :
- CAPTURE_REQUESTED - The transaction is in the queue to be captured.
- CAPTURED - The transaction has been captured and we have received online confirmation.
- CANCELLED - You have cancelled the transaction.
- REJECTED_CAPTURE - We or one of our downstream acquirers/providers have rejected the capture request.
- REVERSED - The transaction has been reversed.
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 capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
Declaration
public CaptureStatusOutput StatusOutput { get; set; }
Property Value
Type | Description |
---|---|
CaptureStatusOutput |